Created
September 19, 2024 11:04
-
-
Save markembling/8cd2a5e22ba786041cb0350aa3435044 to your computer and use it in GitHub Desktop.
Windows Terminal Gruvbox Schemes
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
{ | |
"background": "#282828", | |
"black": "#504945", | |
"blue": "#458588", | |
"brightBlack": "#7C6F64", | |
"brightBlue": "#83A598", | |
"brightCyan": "#8EC07C", | |
"brightGreen": "#B8BB26", | |
"brightPurple": "#D3869B", | |
"brightRed": "#FB4934", | |
"brightWhite": "#FBF1C7", | |
"brightYellow": "#FABD2F", | |
"cursorColor": "#EBDBB2", | |
"cyan": "#689D6A", | |
"foreground": "#EBDBB2", | |
"green": "#98971A", | |
"name": "Gruvbox Dark", | |
"purple": "#B16286", | |
"red": "#CC241D", | |
"selectionBackground": "#D65D0E", | |
"white": "#EBDBB2", | |
"yellow": "#D79921" | |
} |
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
{ | |
"background": "#FBF1C7", | |
"black": "#3C3836", | |
"blue": "#076678", | |
"brightBlack": "#7C6F64", | |
"brightBlue": "#458588", | |
"brightCyan": "#689D6A", | |
"brightGreen": "#98971A", | |
"brightPurple": "#B16286", | |
"brightRed": "#CC241D", | |
"brightWhite": "#D5C4A1", | |
"brightYellow": "#D79921", | |
"cursorColor": "#3C3836", | |
"cyan": "#427B58", | |
"foreground": "#3C3836", | |
"green": "#79740E", | |
"name": "Gruvbox Light", | |
"purple": "#8F3F71", | |
"red": "#9D0006", | |
"selectionBackground": "#D65D0E", | |
"white": "#A89984", | |
"yellow": "#B57614" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment