Skip to content

Instantly share code, notes, and snippets.

@bobiko
Created April 2, 2013 21:15
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 bobiko/5296272 to your computer and use it in GitHub Desktop.
Save bobiko/5296272 to your computer and use it in GitHub Desktop.
Bobiko's Sublime Preferences
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Monokai Soda.tmTheme",
"fade_fold_buttons": false,
"detect_slow_plugins": false,
"folder_exclude_patterns":
[
".svn",
".sass-cache",
".git",
".hg",
"CVS",
"_build",
"dist",
"build",
"site"
],
"font_options":
[
"subpixel_antialias"
],
"font_size": 8,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"theme": "Soda 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