ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Gruvbox Material Theme

Gruvbox Material Theme for Sublime Text

Details

Installs

  • Total 9K
  • Win 5K
  • Mac 2K
  • Linux 3K
Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12
Windows 3 3 5 1 2 3 0 2 5 2 4 1 1 2 3 8 4 7 3 0 0 4 1 3 1 2 3 3 4 6 7 3 10 2 0 1 2 3 3 5 3 1 6 8 7 7
Mac 2 1 3 4 2 1 0 0 3 3 1 0 1 1 3 2 0 6 0 1 2 0 1 2 2 3 0 1 1 3 1 2 0 0 2 3 0 1 2 1 0 0 3 2 1 3
Linux 4 3 1 2 4 2 3 5 5 1 4 1 2 3 1 0 1 1 3 3 2 3 5 6 2 5 2 0 5 3 4 2 4 2 4 2 5 1 0 1 2 2 0 2 4 8

Readme

Source
raw.​githubusercontent.​com

Gruvbox Material

This theme is a port of Gruvbox Material for Sublime Text.

Dark

Gruvbox Material is a modified version of Gruvbox, the contrast is adjusted to be softer in order to protect developers' eyes.

A light version will follow, I just need to find some free time to put it together.

Python

HTML

Installation

Easy:

  1. Open Command Palette using the menu item Tools → Command Palette or CMD/CTRL + SHIFT +P.
  2. Choose Package Control: Install Package.
  3. Type Gruvbox Material Theme and press ENTER.

Manually:

  1. Download the latest release and unzip. it into your Packages folder.
  2. Go to Sublime Text → Preferences → Browse Packages.
  3. Rename the folder to Gruvbox Material Theme.

Activate Theme

You can active this theme from:

  1. Command Palette Tools → Command Palette or CMD/CTRL + SHIFT + P.
  2. Type UI: Select Theme locate Gruvbox Material Dark.sublime-theme and press ENTER.
  3. Type UI: Select Color Scheme locate Gruvbox Material Dark and press ENTER.

Manually you can go to (Preferences > Settings - User) and paste the following code:

{
    "theme": "Gruvbox Material Dark.sublime-theme",
    "color_scheme": "Packages/Gruvbox Material Theme/Gruvbox Material Dark/Gruvbox Material Dark.sublime-color-scheme",
}

Sidebar Icons

The theme looks best with FileIcons in greyscale, but overriding is possible.

Related Projects

See this wiki page.

Credits

License

MIT