Skip to content

Instantly share code, notes, and snippets.

@ksprashu
Forked from davialexandre/gruvbox_dark.json
Last active June 5, 2021 14:09
Show Gist options
  • Save ksprashu/7c1e6b9a3a1c4046ac46046136810887 to your computer and use it in GitHub Desktop.
Save ksprashu/7c1e6b9a3a1c4046ac46046136810887 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",
"cursorColor": "#FABD2F",
"cyan": "#689D6A",
"foreground": "#EBDBB2",
"green": "#98971A",
"name": "Gruvbox Dark",
"purple": "#B16286",
"red": "#CC241D",
"selectionBackground": "#FABD2F",
"white": "#A89984",
"yellow": "#D79921"
}
@ksprashu
Copy link
Author

ksprashu commented Jun 5, 2021

Added color schemes for selectionBackground and cursorColor

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