Skip to content

Instantly share code, notes, and snippets.

@jackmcdade
Last active December 23, 2015 05:09
Show Gist options
  • Save jackmcdade/6585264 to your computer and use it in GitHub Desktop.
Save jackmcdade/6585264 to your computer and use it in GitHub Desktop.
My Sublime Text theme settings
{
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
"font_size": 12.0,
"highlight_modified_tabs": true,
"ignored_packages":["Vintage"],
"line_numbers": true,
"phoenix_color_blue": true,
"phoenix_color_expanded_folder": true,
"phoenix_dirty_bottom_bar_red": true,
"phoenix_highlight_current_tab": true,
"phoenix_sidebar_tree_medium": true,
"phoenix_solid_current_tab": true,
"scroll_past_end": true,
"tab_size": 4,
"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