Skip to content

Instantly share code, notes, and snippets.

@n3dst4
Last active November 10, 2021 10:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save n3dst4/3b7b5f7c27f2f5aeaba84a7eb1efd459 to your computer and use it in GitHub Desktop.
Save n3dst4/3b7b5f7c27f2f5aeaba84a7eb1efd459 to your computer and use it in GitHub Desktop.
Gruvbox theme for VS Code

You'll need to open the command palette (ctrl-shift-p) and edit your settings file. Add this to the themes:

{
    "background": "#282828",
    "black": "#1D2021",
    "blue": "#458588",
    "brightBlack": "#928374",
    "brightBlue": "#83A598",
    "brightCyan": "#8EC97C",
    "brightGreen": "#B8BB26",
    "brightPurple": "#D3869B",
    "brightRed": "#FB4934",
    "brightWhite": "#FBF1C7",
    "brightYellow": "#FABD2F",
    "cursorColor": "#FFFFFF",
    "cyan": "#689D6A",
    "foreground": "#EBDBB2",
    "green": "#98971A",
    "name": "Gruvbox?",
    "purple": "#B16286",
    "red": "#CC241D",
    "selectionBackground": "#FFFFFF",
    "white": "#EBDBB2",
    "yellow": "#D79921"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment