Gruvbox Material Theme
Gruvbox Material Theme for Sublime Text
Details
Installs
- Total 12K
- Win 6K
- Mac 2K
- Linux 4K
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 | Aug 4 | Aug 3 | Aug 2 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 4 | 1 | 4 | 2 | 1 | 1 | 2 | 4 | 1 | 2 | 2 | 3 | 5 | 3 | 4 | 3 | 3 | 1 | 1 | 3 | 2 | 2 | 9 | 1 | 2 | 2 | 0 | 5 | 1 | 1 | 1 | 2 | 0 | 1 | 1 | 6 | 3 | 0 | 1 | 1 | 1 | 2 | 6 | 2 | 1 | 2 |
Mac | 3 | 1 | 3 | 1 | 0 | 0 | 2 | 1 | 1 | 0 | 5 | 3 | 0 | 1 | 2 | 0 | 0 | 0 | 2 | 0 | 4 | 3 | 0 | 0 | 0 | 1 | 0 | 0 | 2 | 3 | 0 | 1 | 1 | 0 | 3 | 1 | 1 | 0 | 0 | 1 | 2 | 2 | 1 | 3 | 0 | 0 |
Linux | 2 | 1 | 1 | 0 | 1 | 2 | 4 | 3 | 2 | 0 | 0 | 2 | 2 | 2 | 2 | 1 | 1 | 2 | 0 | 3 | 0 | 3 | 1 | 1 | 3 | 1 | 0 | 4 | 1 | 1 | 2 | 2 | 6 | 4 | 2 | 4 | 1 | 2 | 0 | 2 | 1 | 4 | 0 | 1 | 2 | 0 |
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.