Created
August 29, 2020 21:50
-
-
Save pablospizzamiglio/6615846d18c91cff8e321b525f7affe4 to your computer and use it in GitHub Desktop.
Windows Terminal - Gruvbox Dark Hard
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
{ | |
"name": "Gruvbox Dark - Hard", | |
"background": "#1d2021", | |
"foreground": "#fbf1c7", | |
"brightRed": "#Fb4934", | |
"brightGreen": "#b8bb26", | |
"brightYellow": "#fabd2f", | |
"brightBlue": "#83a598", | |
"brightPurple": "#d3869b", | |
"brightCyan": "#8ec07c", | |
"brightOrange": "#fe8019", | |
"brightBlack": "#928374", | |
"brightWhite": "#EBDBB2", | |
"red": "#cc241d", | |
"green": "#98971a", | |
"yellow": "#d79921", | |
"blue": "#458588", | |
"purple" : "#b16286", | |
"cyan" : "#689d6a", | |
"orange": "#d65d0e", | |
"black": "#1d2021", | |
"white": "#f9f5d7" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment