Created
May 21, 2020 12:29
-
-
Save cinnamon-msft/8022c2c360d8407bddd3e30070bbf053 to your computer and use it in GitHub Desktop.
Windows Terminal Build Color Scheme
This file contains 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
{ | |
"name": "Build", | |
"foreground": "#f1f1f1", | |
"background": "#492D7C", | |
"cursorColor": "#FFFFFF", | |
"black": "#0C0C0C", | |
"red": "#C50F1F", | |
"green": "#13A10E", | |
"yellow": "#C19C00", | |
"blue": "#0037DA", | |
"purple": "#881798", | |
"cyan": "#3A96DD", | |
"white": "#812727", | |
"brightBlack": "#b1b1b1", | |
"brightRed": "#E74856", | |
"brightGreen": "#16C60C", | |
"brightYellow": "#F9F1A5", | |
"brightBlue": "#3B78FF", | |
"brightPurple": "#B4009E", | |
"brightCyan": "#61D6D6", | |
"brightWhite": "#F2F2F2" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment