Last active
October 27, 2020 17:38
-
-
Save antoniofrignani/edde2b2a7dcd102a6b44267f8b6d5b57 to your computer and use it in GitHub Desktop.
Sublime Text User Configuration
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
{ | |
"ignored_packages" : [ "Vintage" ], | |
"color_scheme" : "Packages/Material Theme/schemes/Material-Theme.tmTheme", | |
"theme" : "Material-Theme.sublime-theme", | |
"font_size" : 15, | |
"always_show_minimap_viewport" : true, | |
"bold_folder_labels" : true, | |
"font_options" : ["gray_antialias", "subpixel_antialias"], // On retina Mac & Windows | |
"indent_guide_options" : ["draw_normal", "draw_active"], // Highlight active indent | |
"line_padding_bottom" : 3, | |
"line_padding_top" : 3, | |
"overlay_scroll_bars" : "enabled", | |
"material_theme_accent_lime" : true, | |
"material_theme_accent_scrollbars" : true, | |
"material_theme_accent_titlebar" : true, | |
"material_theme_small_statusbar" : true, | |
"material_theme_titlebar" : true, | |
"material_theme_bold_tab" : true, | |
"translate_tabs_to_spaces" : true, | |
"font_face" : "Monaco", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment