Skip to content

Instantly share code, notes, and snippets.

@sptz45
Created March 3, 2014 20:29
Show Gist options
  • Save sptz45/9333924 to your computer and use it in GitHub Desktop.
Save sptz45/9333924 to your computer and use it in GitHub Desktop.
My SublimeText config
{
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"fade_fold_buttons": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"tmp",
".bundle",
".sass-cache",
"target",
"bin",
".target",
".settings"
],
"font_face": "Ubuntu Mono",
"font_size": 10,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"theme": "Spacegray.sublime-theme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment