This theme is a port of Gruvbox Material for Sublime Text.
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.
Easy:
- Open
Command Palette
using the menu itemTools → Command Palette
or CMD/CTRL + SHIFT +P. - Choose
Package Control: Install Package
. - Type
Gruvbox Material Theme
and press ENTER.
Manually:
- Download the latest release and unzip. it into your Packages folder.
- Go to
Sublime Text → Preferences → Browse Packages
. - Rename the folder to
Gruvbox Material Theme
.
You can active this theme from:
- Command Palette
Tools → Command Palette
or CMD/CTRL + SHIFT + P. - Type
UI: Select Theme
locateGruvbox Material Dark.sublime-theme
and press ENTER. - Type
UI: Select Color Scheme
locateGruvbox 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",
}
The theme looks best with FileIcons in greyscale, but overriding is possible.
See this wiki page.