Add VSCode Dark Modern and Light Modern color schemes#19728
Merged
carlos-zamora merged 1 commit intomicrosoft:mainfrom Jan 12, 2026
Merged
Add VSCode Dark Modern and Light Modern color schemes#19728carlos-zamora merged 1 commit intomicrosoft:mainfrom
carlos-zamora merged 1 commit intomicrosoft:mainfrom
Conversation
Adds the updated color schemes from Visual Studio Code's modern theme variants. These match the terminal colors used in VSCode's current Dark Modern and Light Modern themes, which differ from the legacy Dark+ scheme already included. Closes microsoft#19162
carlos-zamora
approved these changes
Jan 12, 2026
Member
carlos-zamora
left a comment
There was a problem hiding this comment.
Thank you so much for doing this :)
Member
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
DHowett
approved these changes
Jan 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hey, this adds both the Dark Modern and Light Modern color schemes from VSCode to match issue #19162.
I pulled the colors directly from VSCode's terminalColorRegistry.ts for accuracy. The existing Dark+ scheme uses the older terminal colors from before VSCode introduced the Modern variants, so this gives users access to the newer palette.
The Dark Modern background is #1F1F1F which is the actual color used in VSCode currently, not #1E1E1E from the legacy theme. Light Modern uses #FFFFFF background with #3B3B3B foreground text.
Tested locally in Windows Terminal and both schemes render correctly.