Skip to content

Instantly share code, notes, and snippets.

@jacoborus
Created August 1, 2013 23:21
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 jacoborus/6136230 to your computer and use it in GitHub Desktop.
Save jacoborus/6136230 to your computer and use it in GitHub Desktop.
My Sublime Text user settings
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".subl"
],
"font_face": "Ubuntu Mono",
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"overlay_scroll_bars": "enabled",
"theme": "Soda Light.sublime-theme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment