Created
July 23, 2016 11:16
-
-
Save Maden-maxi/ca16ea2c0cd05fe5dafa4da21ce2002a to your computer and use it in GitHub Desktop.
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
{ | |
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme", | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"theme": "Material-Theme.sublime-theme", | |
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme", | |
"overlay_scroll_bars": "enabled", | |
"line_padding_top": 3, | |
"line_padding_bottom": 3, | |
//On retina Mac | |
"font_options": [ "gray_antialias" ], | |
"always_show_minimap_viewport": true, | |
"bold_folder_labels": true, | |
//Highlight active indent | |
"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