Created
May 31, 2023 03:52
-
-
Save liuyigh/074ad0fe3ad6625ed206e9eaa2012acf to your computer and use it in GitHub Desktop.
Solarized Dark High Contrast color theme for Windows Terminal
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": "#001e27", | |
"black": "#002831", | |
"blue": "#2176c7", | |
"brightBlack": "#006488", | |
"brightBlue": "#178ec8", | |
"brightCyan": "#00b39e", | |
"brightGreen": "#51ef84", | |
"brightPurple": "#e24d8e", | |
"brightRed": "#f5163b", | |
"brightWhite": "#fcf4dc", | |
"brightYellow": "#b27e28", | |
"cursorColor": "#f34b00", | |
"cyan": "#259286", | |
"foreground": "#9cc2c3", | |
"green": "#6cbe6c", | |
"name": "Solarized HC", | |
"purple": "#c61c6f", | |
"red": "#d11c24", | |
"selectionBackground": "#003748", | |
"white": "#eae3cb", | |
"yellow": "#a57706" | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment