Gruvbox Material Theme
Gruvbox Material Theme for Sublime Text
Details
Installs
- Total 10K
- Win 5K
- Mac 2K
- Linux 3K
Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 3 | 7 | 3 | 1 | 3 | 3 | 5 | 4 | 1 | 7 | 1 | 4 | 0 | 3 | 4 | 5 | 0 | 0 | 3 | 2 | 1 | 2 | 6 | 7 | 2 | 3 | 2 | 2 | 4 | 2 | 1 | 1 | 1 | 1 | 3 | 3 | 3 | 1 | 2 | 1 | 4 | 1 | 3 | 3 | 7 |
Mac | 0 | 3 | 0 | 0 | 0 | 1 | 2 | 7 | 2 | 3 | 3 | 0 | 0 | 0 | 0 | 3 | 1 | 2 | 0 | 1 | 2 | 1 | 0 | 1 | 1 | 1 | 3 | 1 | 0 | 1 | 1 | 1 | 0 | 0 | 1 | 1 | 3 | 1 | 0 | 0 | 1 | 3 | 0 | 5 | 2 | 3 |
Linux | 0 | 3 | 1 | 2 | 4 | 3 | 0 | 3 | 1 | 4 | 4 | 2 | 2 | 1 | 2 | 1 | 4 | 5 | 4 | 1 | 1 | 4 | 1 | 1 | 2 | 2 | 4 | 2 | 1 | 1 | 5 | 3 | 1 | 3 | 0 | 1 | 2 | 5 | 1 | 0 | 1 | 3 | 0 | 3 | 4 | 5 |
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.