Created
May 28, 2016 09:14
-
-
Save piotr-galas/15f6071b7e24f343a52ac41d36100df3 to your computer and use it in GitHub Desktop.
settings for sublime to dark theme with icons
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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