Created
April 4, 2017 23:23
-
-
Save gabrielrbarbosa/5f7cff0a1cefc9337dc5354ffb051f6e to your computer and use it in GitHub Desktop.
Sublime Text Preferences with Material Theme
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
| { | |
| "font_size": 11, | |
| "bold_folder_labels": true, | |
| "fade_fold_buttons": false, | |
| "color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme", | |
| "theme": "Material-Theme.sublime-theme", | |
| "line_padding_bottom": 3, | |
| "line_padding_top": 3, | |
| "material_theme_accent_acid_lime" : true, | |
| "material_theme_bold_tab" : true , | |
| "material_theme_contrast_mode" : true , | |
| "material_theme_big_fileicons" : true , | |
| "material_theme_small_statusbar" : true , | |
| "material_theme_bright_scrollbars" : true , | |
| "material_theme_tree_headings" : true , | |
| "overlay_scroll_bars": "enabled", | |
| "always_show_minimap_viewport": true, | |
| "indent_guide_options": [ "draw_normal", "draw_active" ], // Highlight active indent | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment