Skip to content

Instantly share code, notes, and snippets.

@mikemurray
Created August 23, 2013 17:45
Show Gist options
  • Save mikemurray/6322004 to your computer and use it in GitHub Desktop.
Save mikemurray/6322004 to your computer and use it in GitHub Desktop.
Sublime Text, personal settings
{
"color_scheme": "Packages/Theme - Phoenix/Color Scheme/Clouds Midnight.tmTheme",
"font_size": 12.0,
"ignored_packages":
[
"Vintage",
"SFTP"
],
"indent_guide_options":
[
"draw_active"
],
"phoenix_color_blue": true,
"phoenix_dirty_bottom_bar": true,
"phoenix_dirty_bottom_bar_pink": true,
"phoenix_eighties": true,
"phoenix_highlight_current_tab": true,
"phoenix_sidebar_tree_large": true,
"phoenix_solid_current_tab": true,
"phoenix_tabs_normal": true,
"tab_size": 4,
"theme": "Phoenix Dark.sublime-theme",
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment