Code editor theme for VSCode and IntelliJ-based IDEs, based on morhetz/gruvbox
but with a plainer color palette for syntax highlighting. The theme comes with two palettes: gruvbox-plain-cold
and gruvbox-plain-warm
.
Contents
gruvbox-plain-cold
in VSCode:
gruvbox-plain-warm
in IntelliJ:
gruvbox-plain
uses a limited subset of the gruvbox dark mode color palette for syntax highlighting. The table below shows the general usage of the different colors.
For edge cases in languages where these may not apply, the color deemed most appropriate has been chosen. This can always be overridden under editor.tokenColorCustomizations
in VSCode's settings.json
, or Preferences -> Editor -> Color Scheme
in IntelliJ-based IDEs.
- Go to the Releases page
- Download the latest
gruvbox-plain-vscode-[version].vsix
under Assets - Go to the
Extensions
tab in VSCode - Click
...
in the top right of the tab - Click
Install from VSIX...
, and select the downloaded.vsix
file
Now gruvbox-plain-cold
and gruvbox-plain-warm
should be available under Settings
-> Workbench: Color Theme
!
- Go to the Releases page
- Download the latest
gruvbox-plain-intellij-[version].zip
under Assets - Open up
Settings
in your IDE - Go to the
Plugins
tab - Click the cogwheel in the top bar
- Click
Install Plugin from Disk...
, and select the downloaded.zip
file
Now gruvbox-plain-cold
and gruvbox-plain-warm
should be available under Settings
-> Editor
-> Color Scheme
!
morhetz/gruvbox
for the original color scheme- Copyright (c) 2017 Pavel Pertsev, MIT/X11 license
jdinhify/vscode-theme-gruvbox
for the base VSCode UI theme- Copyright (c) 2017 JD, MIT license
Vincent-P/gruvbox-intellij-theme
for the base IntelliJ UI theme- Copyright (c) 2019 Vincent Parizet, MIT license