Created
October 8, 2014 00:43
-
-
Save gngrwzrd/8b58cd7ac70a46e07dd5 to your computer and use it in GitHub Desktop.
Sublime User Preferences with Phoenix Theme and Base16 Colors
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
{ | |
"color_scheme": "Packages/Theme - Phoenix/Color Scheme/Tomorrow-Night.tmTheme", | |
"draw_indent_guides": false, | |
"fold_buttons": false, | |
"font_face": "Monaco", | |
"font_size": 15, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"phoenix_color_blue": true, | |
"phoenix_color_expanded_folder": true, | |
"phoenix_dirty_bottom_bar": true, | |
"phoenix_eighties": true, | |
"phoenix_highlight_current_tab": true, | |
"phoenix_solid_current_tab": true, | |
"phoenix_tabs_auto_width": true, | |
"phoenix_tabs_small": true, | |
"theme": "Phoenix Dark.sublime-theme" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment