Last active
May 23, 2022 10:55
-
-
Save edi33416/9c5d45a6e226a967e3f33432048e20b6 to your computer and use it in GitHub Desktop.
Gruvbox Light color scheme 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": "#ffffaf", | |
"black": "#282828", | |
"blue": "#076678", | |
"brightBlack": "#A89984", | |
"brightBlue": "#076678", | |
"brightCyan": "#427B58", | |
"brightGreen": "#79740E", | |
"brightPurple": "#8F3F71", | |
"brightRed": "#9D0006", | |
"brightWhite": "#3C3836", | |
"brightYellow": "#B57614", | |
"cursorColor": "#282828", | |
"cyan": "#427B58", | |
"foreground": "#3C3836", | |
"green": "#79740E", | |
"name": "Gruvbox Light", | |
"purple": "#8F3F71", | |
"red": "#9D0006", | |
"selectionBackground": "#282828", | |
"white": "#A89984", | |
"yellow": "#B57614" | |
}, |
This isn't quite right, the bright colors are just duplicates of the regular ones...this is what I have based off of the original repo:
{
"background": "#FBF1C7",
"black": "#FBF1C7",
"blue": "#458588",
"brightBlack": "#928374",
"brightBlue": "#076678",
"brightCyan": "#427B58",
"brightGreen": "#79740E",
"brightPurple": "#8F3F71",
"brightRed": "#9D0006",
"brightWhite": "#3C3836",
"brightYellow": "#B57614",
"cursorColor": "#928374",
"cyan": "#689D6A",
"foreground": "#3C3836",
"green": "#98971A",
"name": "Gruvbox Light",
"purple": "#B16286",
"red": "#CC241D",
"selectionBackground": "#282828",
"white": "#7C6F64",
"yellow": "#D79921"
},
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Based on https://gist.github.com/davialexandre/1179070118b22d830739efee4721972d