Gruvbox Material Theme
Gruvbox Material Theme for Sublime Text
Details
Installs
- Total 11K
- Win 6K
- Mac 2K
- Linux 4K
Jun 29 | Jun 28 | Jun 27 | Jun 26 | Jun 25 | Jun 24 | Jun 23 | Jun 22 | Jun 21 | Jun 20 | Jun 19 | Jun 18 | Jun 17 | Jun 16 | Jun 15 | Jun 14 | Jun 13 | Jun 12 | Jun 11 | Jun 10 | Jun 9 | Jun 8 | Jun 7 | Jun 6 | Jun 5 | Jun 4 | Jun 3 | Jun 2 | Jun 1 | May 31 | May 30 | May 29 | May 28 | May 27 | May 26 | May 25 | May 24 | May 23 | May 22 | May 21 | May 20 | May 19 | May 18 | May 17 | May 16 | May 15 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 1 | 3 | 0 | 4 | 3 | 1 | 5 | 3 | 2 | 2 | 1 | 0 | 2 | 2 | 0 | 3 | 1 | 1 | 1 | 3 | 1 | 3 | 4 | 0 | 1 | 3 | 5 | 2 | 3 | 2 | 3 | 2 | 0 | 6 | 2 | 6 | 7 | 9 | 9 | 7 | 1 | 2 | 1 | 2 | 0 |
Mac | 0 | 2 | 0 | 0 | 1 | 2 | 1 | 2 | 3 | 0 | 2 | 0 | 0 | 0 | 1 | 0 | 2 | 1 | 1 | 2 | 3 | 0 | 0 | 1 | 0 | 1 | 1 | 1 | 0 | 0 | 2 | 1 | 3 | 1 | 2 | 0 | 0 | 5 | 4 | 3 | 1 | 0 | 0 | 1 | 3 | 1 |
Linux | 0 | 2 | 0 | 0 | 1 | 0 | 1 | 1 | 3 | 1 | 3 | 1 | 1 | 2 | 4 | 2 | 2 | 1 | 0 | 0 | 1 | 0 | 0 | 2 | 4 | 7 | 0 | 1 | 0 | 0 | 0 | 0 | 5 | 5 | 0 | 1 | 2 | 4 | 4 | 6 | 2 | 2 | 1 | 1 | 1 | 3 |
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:
- 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
.
Activate 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",
}
Sidebar Icons
The theme looks best with FileIcons in greyscale, but overriding is possible.
Related Projects
See this wiki page.