Last active
March 28, 2023 05:46
-
-
Save mattxlee/e87f69b04cd8ccb3edb8fb1d62c2920a to your computer and use it in GitHub Desktop.
Gruvbox dark for Microsoft Windows Terminal
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" : "#1d2021", | |
"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" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment