A Gutter Icon Theme for SublimeLinter
- Download this repo as a zip file.
- Extract
SublimeLinter - Minima Theme
to yourPackages/User
directory. - Restart Sublime.
- Go to
Tools > SublimeLinter > Choose Gutter Theme...
and selectMinima
from the list. - Enjoy!
I'm loving the Spacegray theme by @kkga right now, so here's some additional color settings to get these icons to match.
In your SublimeLinter.sublime-settings
file (located under your Packages/User
directory), update "error_color"
and "warning_color"
like so:
{
"error_color": "af5c65",
"warning_color": "d7bb82"
}
That's it! Things should match and look like the demo screenshot now.
This theme uses icons from Font Awesome, and I've provided the PSD I exported the icons from. If you're not a fan of the icons I've used, change them! Install Font Awesome locally and use the Font Awesome Cheatsheet to copy/paste the desired icons right into Photoshop. Simple!