/gruvbox-plain

Code editor theme for VSCode and IntelliJ-based IDEs, based on morhetz/gruvbox but with a plainer color palette for syntax highlighting.

Primary LanguageKotlinMIT LicenseMIT

gruvbox-plain logo with cold color schemegruvbox-plain logo with warm color scheme

gruvbox-plain

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

Screenshots

gruvbox-plain-cold in VSCode:

Screenshot of gruvbox-plain-cold theme in VSCode editor

gruvbox-plain-warm in IntelliJ:

Screenshot of gruvbox-plain-warm theme in IntelliJ editor

Color Scheme

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.

Usage gruvbox-plain-cold gruvbox-plain-warm
Variables, properties, plain text #ebdbb2
#ebdbb2
Keywords, operators #d3869b
#fe8019
Types, classes, namespaces, components, tags #83a598
#fabd2f
Functions, methods #b8bb26
#b8bb26
Values, language constants #8ec07c
#8ec07c
Punctuation #a89984
#a89984
Comments, documentation #928374
#928374
Background color #282828
#282828

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.

Installation

VSCode

  1. Go to the Releases page
  2. Download the latest gruvbox-plain-vscode-[version].vsix under Assets
  3. Go to the Extensions tab in VSCode
  4. Click ... in the top right of the tab
  5. 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!

IntelliJ-based IDEs

  1. Go to the Releases page
  2. Download the latest gruvbox-plain-intellij-[version].zip under Assets
  3. Open up Settings in your IDE
  4. Go to the Plugins tab
  5. Click the cogwheel in the top bar
  6. 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!

Credits