Last active
April 1, 2016 03:20
-
-
Save ScottKaye/e2ac137ee59d19fee95e to your computer and use it in GitHub Desktop.
Because Sublime keeps forgetting this fscking file, I'm saving it here.
This file contains 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
{ | |
"always_show_minimap_viewport": true, | |
"bold_folder_labels": true, | |
"caret_extra_bottom": 1, | |
"caret_extra_top": 1, | |
"caret_extra_width": 1, | |
"caret_style": "phase", | |
"color_scheme": "Packages/User/SublimeLinter/Oceanic Next (SL).tmTheme", | |
"drag_text": false, | |
"draw_minimap_border": true, | |
"font_face": "Consolas", | |
"font_options": | |
[ | |
"subpixel_antialias", | |
"directwrite" | |
], | |
"font_size": 13, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"line_padding_bottom": 3, | |
"line_padding_top": 3, | |
"material_theme_accent_indigo": true, | |
"material_theme_bold_tab": true, | |
"material_theme_compact_sidebar": false, | |
"material_theme_disable_tree_indicator": true, | |
"material_theme_panel_separator": true, | |
"material_theme_small_statusbar": true, | |
"material_theme_small_tab": false, | |
"material_theme_tree_headings": false, | |
"overlay_scroll_bars": "enabled", | |
"theme": "Material Seti.sublime-theme" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment