Created
December 16, 2013 17:51
-
-
Save czarneckid/7991237 to your computer and use it in GitHub Desktop.
Phoenix Dark with base16-bright theme
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
Show hidden characters
{ | |
"auto_complete": false, | |
"color_scheme": "Packages/Base16 Color Schemes/base16-bright.dark.tmTheme", | |
"detect_slow_plugins": false, | |
"file_exclude_patterns": | |
[ | |
"*.pyc", | |
"*.pyo", | |
"*.exe", | |
"*.dll", | |
"*.obj", | |
"*.o", | |
"*.a", | |
"*.lib", | |
"*.so", | |
"*.dylib", | |
"*.ncb", | |
"*.sdf", | |
"*.suo", | |
"*.pdb", | |
"*.idb", | |
".DS_Store", | |
"*.class", | |
"*.psd", | |
"*.db", | |
"*.rdb", | |
"*.sqlite3", | |
"*.log", | |
"ascp", | |
"*.gz" | |
], | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
".yardoc", | |
"coverage", | |
"pkg", | |
"tmp", | |
"logs", | |
"db/mongo", | |
".vagrant", | |
"build", | |
"_site" | |
], | |
"font_face": "Source Code Pro", | |
"font_size": 15.0, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"phoenix_color_blue": true, | |
"phoenix_color_expanded_folder": true, | |
"phoenix_dirty_bottom_bar": true, | |
"phoenix_dirty_bottom_bar_blue": true, | |
"phoenix_folder_icons": true, | |
"phoenix_highlight_current_tab": true, | |
"phoenix_solid_current_tab": true, | |
"tab_size": 2, | |
"theme": "Phoenix Dark.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