Skip to content

Instantly share code, notes, and snippets.

@greenec
Last active January 29, 2021 18:59
Show Gist options
  • Save greenec/944ebe81748eef0b771ed8b05c87adbd to your computer and use it in GitHub Desktop.
Save greenec/944ebe81748eef0b771ed8b05c87adbd to your computer and use it in GitHub Desktop.
Dark Pastels - Windows Terminal Color Scheme
{
"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