Skip to content

Instantly share code, notes, and snippets.

@dburrows
Created September 6, 2013 10:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dburrows/6462367 to your computer and use it in GitHub Desktop.
Save dburrows/6462367 to your computer and use it in GitHub Desktop.
Sublime Text 3 Icons Fix
fix is here https://github.com/SublimeLinter/SublimeLinter/commit/4ed28de
--
in Sublime Text 3, in the SublimeLinter folder
edit SublimeLinter.py
42: +MARK_THEMES_PATH = os.path.join('Packages', 'SublimeLinter', 'gutter_mark_themes')
263: gutter_mark_image = gutter_mark_theme + '-' + lint_type
264: + gutter_mark_image += '.png'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment