Skip to content

Instantly share code, notes, and snippets.

@davialexandre
Created June 23, 2019 18:09
Show Gist options
  • Star 93 You must be signed in to star a gist
  • Fork 10 You must be signed in to fork a gist
  • Save davialexandre/1179070118b22d830739efee4721972d to your computer and use it in GitHub Desktop.
Save davialexandre/1179070118b22d830739efee4721972d to your computer and use it in GitHub Desktop.
Gruvbox Dark color scheme for the new Windows Terminal
{
"background" : "#282828",
"black" : "#282828",
"blue" : "#458588",
"brightBlack" : "#928374",
"brightBlue" : "#83A598",
"brightCyan" : "#8EC07C",
"brightGreen" : "#B8BB26",
"brightPurple" : "#D3869B",
"brightRed" : "#FB4934",
"brightWhite" : "#EBDBB2",
"brightYellow" : "#FABD2F",
"cyan" : "#689D6A",
"foreground" : "#EBDBB2",
"green" : "#98971A",
"name" : "Gruvbox Dark",
"purple" : "#B16286",
"red" : "#CC241D",
"white" : "#A89984",
"yellow" : "#D79921"
}
@edi33416
Copy link

Based on this, I did the Groovbox Light scheme
https://gist.github.com/edi33416/9c5d45a6e226a967e3f33432048e20b6

Hope it helps

@OscarIvanLopez
Copy link

@davialexandre thanks for this, excellent theme, good job

@pkhaan
Copy link

pkhaan commented May 14, 2023

@davialexandre very good

@wrecklass
Copy link

Excellent theme. As @tony said, would be nice to have as part of the standard Windows Terminal package.

@scompo
Copy link

scompo commented Aug 2, 2023

Thank you, looks great

@CyberC4p0
Copy link

This blew my expectations! Definitely consider making a PR so this is included in Windows Terminal by default.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment