Created
September 28, 2015 15:57
-
-
Save randhson/8a61b7510aea38168701 to your computer and use it in GitHub Desktop.
Preferencias Sublime Text 3 - Packages
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, | |
| "caret_style": "phase", | |
| "color_scheme": "Packages/User/Material-Theme-Darker (SublimePythonIDE).tmTheme", | |
| "font_options": | |
| [ | |
| "Roboto Mono" | |
| ], | |
| "highlight_line": true, | |
| "ignored_packages": | |
| [ | |
| "JavaScript", | |
| "Vintage" | |
| ], | |
| "line_padding_bottom": 3, | |
| "line_padding_top": 3, | |
| "material_theme_accent_orange": true, | |
| "material_theme_bold_tab": false, | |
| "material_theme_panel_separator": false, | |
| "material_theme_tabs_autowidth": true, | |
| "material_theme_tabs_separator": false, | |
| "overlay_scroll_bars": "enabled", | |
| "theme": "Material-Theme-Darker.sublime-theme" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment