Skip to content

Instantly share code, notes, and snippets.

@piotr-galas
Created May 28, 2016 09:14
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 piotr-galas/15f6071b7e24f343a52ac41d36100df3 to your computer and use it in GitHub Desktop.
Save piotr-galas/15f6071b7e24f343a52ac41d36100df3 to your computer and use it in GitHub Desktop.
settings for sublime to dark theme with icons
{
"Seti_sidebar_font_size_14": true,
"Seti_tab_font_12": true,
"caret_extra_bottom": 3,
"caret_extra_top": 3,
"caret_extra_width": 2,
"color_scheme": "Packages/User/SublimeLinter/Oceanic Next (SL).tmTheme",
"file_exclude_patterns":
[
"npm-debug.log"
],
"folder_exclude_patterns":
[
".git"
],
"font_face": "Courier New",
"font_size": 12,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"overlay_scroll_bars": "enabled",
"save_on_focus_lost": true,
"tab_size": 2,
"theme": "Seti.sublime-theme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment