Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save webcaetano/4149e24173f8e21b58e4a92003d607ec to your computer and use it in GitHub Desktop.
Save webcaetano/4149e24173f8e21b58e4a92003d607ec to your computer and use it in GitHub Desktop.
sublime user preferences
{
"close_windows_when_empty": false,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"folder_exclude_patterns":
[
".svn",
".hg",
"CVS"
],
"font_options":
[
],
"font_size": 9,
"highlight_modified_tabs": true,
"ignored_packages":
[
"DocBlockr",
"JavaScript",
"Vintage"
],
"line_padding_bottom": 0,
"line_padding_top": 1,
"phoenix_color_expanded_folder": true,
"phoenix_color_pink": true,
"phoenix_eighties": true,
"phoenix_highlight_current_tab": true,
"phoenix_sidebar_tree_small": true,
"phoenix_solid_current_tab": true,
"phoenix_tabs_small": true,
"scroll_speed": 3,
"theme": "Phoenix Dark.sublime-theme",
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment