Gruvbox 64
A port of my Gruvbox 64 theme for 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
)
I did use vscode-theme-gruvbox as start, which is Copyright (C) 2017 JD
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
2024-09:
- titleBar and activityBar lighter color
- change color in diffEditor
2024-05:
- color change in gitDecoration editorWhitespace editorStickyScroll and darker Selection
2024-03:
2022-05:
- bracketpair with gruvbox64 color
2021-12:
- brighter colors in menus and widgets
- statusBar.noFolderBackground brown like in vim
Installation
Launch Quick Open
Paste the following command and press Enter
:
ext install czo64.gruvbox-64
Variants
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
Screenshot of perl code:
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
Thanks for help to make the Gruvbox theme better.