Last active
December 16, 2016 11:17
-
-
Save franklinjavier/b69cf36cec6d58c2d1c9d4cd139f3c49 to your computer and use it in GitHub Desktop.
soda 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
Show hidden characters
{ | |
"always_show_minimap_viewport": false, | |
"bold_folder_labels": false, | |
"color_scheme": "Packages/User/SublimeLinter/Material-Theme-Darker-OceanicNext (SL).tmTheme", | |
"ensure_newline_at_eof_on_save": true, | |
"extra_file_exclude_patterns": | |
[ | |
"*.pyc", | |
"*.pyo", | |
"*.exe", | |
"*.dll", | |
"*.obj", | |
"*.o", | |
"*.a", | |
"*.lib", | |
"*.so", | |
"*.dylib", | |
"*.ncb", | |
"*.sdf", | |
"*.suo", | |
"*.png", | |
"*.pdb", | |
"*.idb", | |
".DS_Store", | |
"*.class", | |
"*.psd", | |
"*.db", | |
"*.sublime-workspace" | |
], | |
"extra_folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
"css", | |
"*coverage*" | |
], | |
"file_exclude_patterns": | |
[ | |
"*.pyc", | |
"*.png", | |
"*.ico", | |
"*.pyo", | |
"*.exe", | |
"*.dll", | |
"*.obj", | |
"*.o", | |
"*.a", | |
"*.lib", | |
"*.so", | |
"*.dylib", | |
"*.ncb", | |
"*.sdf", | |
"*.suo", | |
"*.pdb", | |
"*.idb", | |
".DS_Store", | |
"*.class", | |
"*.psd", | |
"*.db", | |
"*.min.js", | |
"*.min.css", | |
"*.css", | |
"*.sublime-workspace", | |
".DS_Store", | |
"npm-debug.log", | |
"public/assets/js/templates.js", | |
"public/home.html" | |
], | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
"logs", | |
"dist", | |
".tmp", | |
"node_modules", | |
"bower_components", | |
"*Doc*", | |
"css", | |
"*coverage*", | |
"*Scripts*", | |
"*Content*", | |
"ui-bootstrap-custom" | |
], | |
"font_options": | |
[ | |
"gray_antialias" | |
], | |
"font_size": 13, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"material_theme_accent_indigo": true, | |
"material_theme_accent_lime": true, | |
"material_theme_accent_orange": true, | |
"material_theme_accent_purple": true, | |
"material_theme_accent_red": true, | |
"material_theme_accent_yellow": true, | |
"material_theme_bold_tab": false, | |
"material_theme_compact_sidebar": true, | |
"material_theme_contrast_mode": false, | |
"material_theme_disable_fileicons": false, | |
"material_theme_disable_folder_animation": false, | |
"material_theme_disable_tree_indicator": false, | |
"material_theme_panel_separator": false, | |
"material_theme_small_statusbar": true, | |
"material_theme_small_tab": true, | |
"material_theme_tabs_autowidth": true, | |
"material_theme_tabs_separator": false, | |
"overlay_scroll_bars": "enabled", | |
"soda_classic_tabs": false, | |
"soda_folder_icons": true, | |
"theme": "Soda Dark 3.sublime-theme" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment