Last active
January 29, 2021 18:59
-
-
Save greenec/944ebe81748eef0b771ed8b05c87adbd to your computer and use it in GitHub Desktop.
Dark Pastels - Windows Terminal Color Scheme
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
{ | |
"name": "Dark Pastels", | |
"cursorColor": "#FFFFFF", | |
"selectionBackground": "#FFFFFF", | |
"background": "#1B2224", | |
"foreground": "#DDDDDD", | |
"black": "#3F3F3F", | |
"red": "#705050", | |
"green": "#4B946F", | |
"yellow": "#DFAF8F", | |
"blue": "#99C9F2", | |
"purple": "#DC8CC3", | |
"cyan": "#8CD0D3", | |
"white": "#DCDCDC", | |
"brightBlack": "#709080", | |
"brightRed": "#DCA3A3", | |
"brightGreen": "#72D5A3", | |
"brightYellow": "#F0DFAF", | |
"brightBlue": "#94BFF3", | |
"brightPurple": "#EC93D3", | |
"brightCyan": "#93E0E3", | |
"brightWhite": "#FFFFFF" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment