Last active
April 6, 2016 11:29
-
-
Save enjikaka/939448f6c2fcfdc5bf37e5f6e97da32c to your computer and use it in GitHub Desktop.
Material Theme Sublime Text 3 Config for OS X - Jeremy Karlsson
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.tmTheme", | |
| "font_face": "Hasklig Medium", | |
| "font_options": | |
| [ | |
| "gray_antialias", | |
| "subpixel_antialias" | |
| ], | |
| "font_size": 14, | |
| "highlight_line": true, | |
| "ignored_packages": | |
| [ | |
| "Vintage" | |
| ], | |
| "indent_guide_options": | |
| [ | |
| "draw_normal", | |
| "draw_active" | |
| ], | |
| "line_padding_bottom": 3, | |
| "line_padding_top": 3, | |
| "material_theme_tree_headings": true, | |
| "overlay_scroll_bars": "enabled", | |
| "tab_size": 2, | |
| "theme": "Material-Theme.sublime-theme", | |
| "translate_tabs_to_spaces": true, | |
| "trim_trailing_white_space_on_save": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment