Skip to content

Instantly share code, notes, and snippets.

@rsletta
Created April 3, 2022 12:33
Show Gist options
  • Save rsletta/b3687ced835482edc3cc8c93a2dcd4ce to your computer and use it in GitHub Desktop.
Save rsletta/b3687ced835482edc3cc8c93a2dcd4ce to your computer and use it in GitHub Desktop.
Windows Terminal Nord & Gruvbox color schemes
[
{
"background": "#2E3440",
"black": "#3B4252",
"blue": "#81A1C1",
"brightBlack": "#4C566A",
"brightBlue": "#81A1C1",
"brightCyan": "#8FBCBB",
"brightGreen": "#A3BE8C",
"brightPurple": "#B48EAD",
"brightRed": "#BF616A",
"brightWhite": "#ECEFF4",
"brightYellow": "#EBCB8B",
"cursorColor": "#FFFFFF",
"cyan": "#88C0D0",
"foreground": "#D8DEE9",
"green": "#A3BE8C",
"name": "nord",
"purple": "#B48EAD",
"red": "#BF616A",
"selectionBackground": "#FFFFFF",
"white": "#E5E9F0",
"yellow": "#EBCB8B"
},
{
"background": "#282828",
"black": "#282828",
"blue": "#458588",
"brightBlack": "#928374",
"brightBlue": "#83A598",
"brightCyan": "#8EC07C",
"brightGreen": "#B8BB26",
"brightPurple": "#D3869B",
"brightRed": "#FB4934",
"brightWhite": "#EBDBB2",
"brightYellow": "#FABD2F",
"cursorColor": "#EBDBB2",
"cyan": "#689D6A",
"foreground": "#EBDBB2",
"green": "#98971A",
"name": "Gruvbox Dark",
"purple": "#B16286",
"red": "#CC241D",
"selectionBackground": "#3C3836",
"white": "#A89984",
"yellow": "#D79921"
},
{
"background": "#1D2021",
"black": "#1D2021",
"blue": "#458588",
"brightBlack": "#928374",
"brightBlue": "#83A598",
"brightCyan": "#8EC07C",
"brightGreen": "#B8BB26",
"brightPurple": "#D3869B",
"brightRed": "#FB4934",
"brightWhite": "#EBDBB2",
"brightYellow": "#FABD2F",
"cursorColor": "#EBDBB2",
"cyan": "#689D6A",
"foreground": "#EBDBB2",
"green": "#98971A",
"name": "Gruvbox Dark [Hard]",
"purple": "#B16286",
"red": "#CC241D",
"selectionBackground": "#3C3836",
"white": "#A89984",
"yellow": "#D79921"
},
{
"background": "#32302F",
"black": "#32302F",
"blue": "#458588",
"brightBlack": "#928374",
"brightBlue": "#83A598",
"brightCyan": "#8EC07C",
"brightGreen": "#B8BB26",
"brightPurple": "#D3869B",
"brightRed": "#FB4934",
"brightWhite": "#EBDBB2",
"brightYellow": "#FABD2F",
"cursorColor": "#EBDBB2",
"cyan": "#689D6A",
"foreground": "#EBDBB2",
"green": "#98971A",
"name": "Gruvbox Dark [Soft]",
"purple": "#B16286",
"red": "#CC241D",
"selectionBackground": "#3C3836",
"white": "#A89984",
"yellow": "#D79921"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment