Skip to content

Instantly share code, notes, and snippets.

@cinnamon-msft
Created May 21, 2020 12:29
Show Gist options
  • Star 19 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save cinnamon-msft/8022c2c360d8407bddd3e30070bbf053 to your computer and use it in GitHub Desktop.
Save cinnamon-msft/8022c2c360d8407bddd3e30070bbf053 to your computer and use it in GitHub Desktop.
Windows Terminal Build Color Scheme
{
"name": "Build",
"foreground": "#f1f1f1",
"background": "#492D7C",
"cursorColor": "#FFFFFF",
"black": "#0C0C0C",
"red": "#C50F1F",
"green": "#13A10E",
"yellow": "#C19C00",
"blue": "#0037DA",
"purple": "#881798",
"cyan": "#3A96DD",
"white": "#812727",
"brightBlack": "#b1b1b1",
"brightRed": "#E74856",
"brightGreen": "#16C60C",
"brightYellow": "#F9F1A5",
"brightBlue": "#3B78FF",
"brightPurple": "#B4009E",
"brightCyan": "#61D6D6",
"brightWhite": "#F2F2F2"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment