Skip to content

Latest commit

 

History

History
67 lines (40 loc) · 2.05 KB

README.md

File metadata and controls

67 lines (40 loc) · 2.05 KB

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