Created
October 30, 2024 07:06
-
-
Save artiga033/58e9102782d9a196a5e04d60bea73d2a to your computer and use it in GitHub Desktop.
windows terminal color_schema
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
{ | |
"background": "#3c445e", | |
"black": "#000000", | |
"blue": "#6677cc", | |
"brightBlack": "#cccccc", | |
"brightBlue": "#6eb4ff", | |
"brightCyan": "#c0ffff", | |
"brightGreen": "#77dd77", | |
"brightPurple": "#FE33FF", | |
"brightRed": "#FF8899", | |
"brightWhite": "#FFFFFF", | |
"brightYellow": "#FFEE22", | |
"cursorColor": "#FFFFFF", | |
"cyan": "#00eee0", | |
"foreground": "#DDAACC", | |
"green": "#BBDD22", | |
"name": "artiga.brand_new.dark", | |
"purple": "#cc55CC", | |
"red": "#FF3C3C", | |
"selectionBackground": "#ee7744", | |
"white": "#FFFFFF", | |
"yellow": "#fabd36" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment