Skip to content

Instantly share code, notes, and snippets.

@edi33416
Last active May 23, 2022 10:55
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save edi33416/9c5d45a6e226a967e3f33432048e20b6 to your computer and use it in GitHub Desktop.
Save edi33416/9c5d45a6e226a967e3f33432048e20b6 to your computer and use it in GitHub Desktop.
Gruvbox Light color scheme for Windows Terminal
{
"background": "#ffffaf",
"black": "#282828",
"blue": "#076678",
"brightBlack": "#A89984",
"brightBlue": "#076678",
"brightCyan": "#427B58",
"brightGreen": "#79740E",
"brightPurple": "#8F3F71",
"brightRed": "#9D0006",
"brightWhite": "#3C3836",
"brightYellow": "#B57614",
"cursorColor": "#282828",
"cyan": "#427B58",
"foreground": "#3C3836",
"green": "#79740E",
"name": "Gruvbox Light",
"purple": "#8F3F71",
"red": "#9D0006",
"selectionBackground": "#282828",
"white": "#A89984",
"yellow": "#B57614"
},
@TinfoilSubmarine
Copy link

This isn't quite right, the bright colors are just duplicates of the regular ones...this is what I have based off of the original repo:

        {
            "background": "#FBF1C7",
            "black": "#FBF1C7",
            "blue": "#458588",
            "brightBlack": "#928374",
            "brightBlue": "#076678",
            "brightCyan": "#427B58",
            "brightGreen": "#79740E",
            "brightPurple": "#8F3F71",
            "brightRed": "#9D0006",
            "brightWhite": "#3C3836",
            "brightYellow": "#B57614",
            "cursorColor": "#928374",
            "cyan": "#689D6A",
            "foreground": "#3C3836",
            "green": "#98971A",
            "name": "Gruvbox Light",
            "purple": "#B16286",
            "red": "#CC241D",
            "selectionBackground": "#282828",
            "white": "#7C6F64",
            "yellow": "#D79921"
        },

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