Created
December 7, 2019 23:19
-
-
Save carlnc/9d9a5cf1ffe54bdfc3be0a3eda795c9e to your computer and use it in GitHub Desktop.
Windows Termal TangoDark theme
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
{ | |
"schemes": [ | |
{ | |
"name": "TangoDark", | |
"foreground": "#CCCCCC", // BRIGHT_WHITE = 237, 237, 236 | |
"background": "#000", // DARK_BLACK = 0, 0, 0 | |
"black": "#000", // DARK_BLACK = 0, 0, 0 | |
"red": "#CC0000", // DARK_RED = 204, 0, 0 | |
"green": "#4E9A00", // DARK_GREEN = 78, 154, 5 | |
"yellow": "#C4A000", // DARK_YELLOW = 196, 160, 0 | |
"blue": "#3464A4", // DARK_BLUE = 52, 100, 164 | |
"purple": "#74507A", // DARK_MAGENTA = 116, 80, 122 | |
"cyan": "#05989A", // DARK_CYAN = 5, 152, 154 | |
"white": "#D3D7CF", // DARK_WHITE = 211, 215, 207 | |
"brightBlack": "#545753", // BRIGHT_BLACK = 84, 87, 83 | |
"brightRed": "#EF2828", // BRIGHT_RED = 239, 40, 40 | |
"brightGreen": "#8AE234", // BRIGHT_GREEN = 138, 226, 52 | |
"brightYellow": "#FCE94E", // BRIGHT_YELLOW = 252, 233, 78 | |
"brightBlue": "#719ECF", // BRIGHT_BLUE = 113, 158, 207 | |
"brightPurple": "#AD7EA7", // BRIGHT_MAGENTA = 173, 126, 167 | |
"brightCyan": "#34E2E2", // BRIGHT_CYAN = 52, 226, 226 | |
"brightWhite": "#EDEDEC" // BRIGHT_WHITE = 237, 237, 236 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment