Skip to content

Instantly share code, notes, and snippets.

@mkdizajn
Created February 9, 2014 22:58
Show Gist options
  • Save mkdizajn/8907381 to your computer and use it in GitHub Desktop.
Save mkdizajn/8907381 to your computer and use it in GitHub Desktop.
sublime my user preferences
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"detect_slow_plugins": false,
"font_face": "Inconsolata",
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Nettuts+ Fetch",
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"tab_size": 4,
"theme": "Soda Dark.sublime-theme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment