Skip to content

Instantly share code, notes, and snippets.

@Sympho
Last active February 21, 2019 09:33
Show Gist options
  • Save Sympho/d94a407c20be47d13f84db62ec34275b to your computer and use it in GitHub Desktop.
Save Sympho/d94a407c20be47d13f84db62ec34275b to your computer and use it in GitHub Desktop.
Sublime Text 3 settings (Preferences → Settings)
{
"binary_file_patterns":
[
".svn/",
".git/",
"node_modules/",
"vendor/",
"bower_components/",
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip"
],
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"theme": "Spacegray.sublime-theme",
"spacegray_sidebar_font_xslarge": true,
"spacegray_tabs_font_large": true,
"font_face": "InputMono",
"font_options":
[
"directwrite",
"gdi",
"subpixel_antialias"
],
"font_size": 10,
"ignored_packages":
[
"Naomi"
],
"line_padding_bottom": 5,
"line_padding_top": 5,
"scroll_speed": 0.85,
"sidebar_size_19": true,
"original_color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"spacegray_fileicons": true,
"theme": "Spacegray.sublime-theme",
"highlight_line": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment