Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>GruvbitNew to Visual Studio Code? Get it now.
Gruvbit

Gruvbit

Maksim Burtsev

|
3 installs
| (0) | Free
Port of vim-gruvbit — refined gruvbox colorscheme by Maxim Kim
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Gruvbit for VS Code

A Visual Studio Code color theme — faithful port of vim-gruvbit by Maxim Kim.

Based on gruvbox hard dark background with refined color mappings. Less reddish, more yellowish. No bold or italic except for headings/titles — staying true to the original.

Color Palette

Role Color Hex
Background bg #1d2021
Foreground fg #ebdbb2
Red red #e9593d
Green grn #8ec07c
Yellow yel #dc9656
Blue blu #83a598
Magenta mag #d3869b
Cyan cyn #496d79
Orange org #fe8019
Bright Yellow byel #fabd2f
Comment cmt #968772
UI Gray gry #444444
Selection sel #475048
Line Highlight lhl #2d3031

Syntax Mapping

Element Color
Keywords Bright Yellow #fabd2f
Strings Green #8ec07c
Functions Blue #83a598
Types Bright Yellow #fabd2f
Constants Magenta #d3869b
Comments Comment Gray #968772
Tags Yellow #dc9656
Special Red #e9593d
Preprocessor Yellow #dc9656
Delimiters Brown #a16946

Installation

From Marketplace

  1. Open VS Code
  2. Go to Extensions (Ctrl+Shift+X / Cmd+Shift+X)
  3. Search for Gruvbit
  4. Click Install
  5. Ctrl+K Ctrl+T / Cmd+K Cmd+T → select Gruvbit

From VSIX

  1. Download the .vsix file from Releases
  2. Run: code --install-extension gruvbit-0.1.0.vsix

From Source

git clone https://github.com/REPLACE-ME/vscode-gruvbit
cd vscode-gruvbit
npm install -g @vscode/vsce
vsce package
code --install-extension gruvbit-0.1.0.vsix

Credits

  • Maxim Kim (@habamax) — author of vim-gruvbit
  • Pavel Pertsev (@morhetz) — author of gruvbox, the colorscheme gruvbit is based on

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft