Last active
May 15, 2017 18:01
-
-
Save mauricios/a2b4ef34f9105d6bf00440a378cfedb8 to your computer and use it in GitHub Desktop.
SublimeText 3 User preferences
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
{ | |
"always_show_minimap_viewport": true, | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Lighter.tmTheme", | |
"font_options": | |
[ | |
"gray_antialias", | |
"subpixel_antialias", | |
"bold", | |
"no_round" | |
], | |
"font_size": 11, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"material_theme_accent_graphite": true, | |
"material_theme_compact_sidebar": true, | |
"material_theme_contrast_mode": true, | |
"material_theme_disable_folder_animation": true, | |
"material_theme_panel_separator": true, | |
"material_theme_small_statusbar": true, | |
"material_theme_small_tab": true, | |
"material_theme_tabs_autowidth": true, | |
"material_theme_tabs_separator": true, | |
"material_theme_tree_headings": true, | |
"overlay_scroll_bars": "enabled", | |
"theme": "Material-Theme-Lighter.sublime-theme", | |
"translate_tabs_to_spaces": false, | |
"indent_guide_options": [ "draw_normal", "draw_active" ] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment