Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Gruvbox 64 ThemeNew to Visual Studio Code? Get it now.
Gruvbox 64 Theme

Gruvbox 64 Theme

czo64

|
3,470 installs
| (0) | Free
Gruvbox 64 Theme
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info



Gruvbox 64

A port of my Gruvbox 64 theme from vim to the VS Code editor

About

It's a gruvbox 64 theme including syntax highlighting and workbench & terminal colors. You can get it on marketplace.

Gruvbox 64

My gruvbox-64 is a modified gruvbox theme. It's a 16 colors palette with a modified light white ( #ebdbb2 -> #fbf1c7 ), dark white ( #a89984 -> #c9b788 ), light black - which is gray in gruvbox - near brown ( #928374 -> #4a4239 ), and the yellow is orange ( #d79921 -> #fe8019 )

16colors

  • This theme has no bold and no italic.

  • Bracket pair with gruvbox64 colors

  • Has editorStickyScroll

  • The $ in shell is the same color as the variable.

  • It colorize html entity in orange

  • It colorize perl's functions

I use gruvbox-64 in terminal and vim. Now it's for VSCode !

What's new

  • 2025-03:

    • color change wordHighlight FindMatchHighlight and selectionHighlight
    • darker editorStickyScroll
  • 2024-09:

    • titleBar and activityBar lighter color
    • change color in diffEditor
  • 2024-05:

    • color change in gitDecoration editorWhitespace editorStickyScroll and darker Selection
  • 2024-03:

    • StickyScroll colors!
  • 2022-05:

    • bracketpair with gruvbox64 color
  • 2021-12:

    • brighter colors in menus and widgets
    • statusBar.noFolderBackground brown like in vim

Installation

Launch Quick Open

  • Linux Ctrl+P
  • macOS ⌘P
  • Windows Ctrl+P

Paste the following command and press Enter:

ext install czo64.gruvbox-64

Variants

  • Dark - Medium Contrast

Screenshots

On March 2022 the default value for the integrated terminal "minimum contrast ratio" was updated from 1 (no effect) to 4.5 (minimal effect). To disable this feature, override the default in your own settings.json file:

"terminal.integrated.minimumContrastRatio": 1

screenshots

Screenshot of perl code:

screenshots

Contributing

Please, report issues/bugs and suggestions for improvements to the issue here.

Tips

  • In the json file, scope can be an array or a string of CSS classes
  • VSCode's Developer: Inspect TM Scopes command is useful to find out the scope
  • colors.txt contains available colors

Credits

Special thank to Pavel Pertsev, the creator of gruvbox original theme.

And of course JD, the creator of vscode-theme-gruvbox, from whom I did use vscode-theme-gruvbox as start.

Thanks for help to make the Gruvbox theme better.

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