Skip to content

Instantly share code, notes, and snippets.

@Stichoza
Last active January 1, 2016 23:59
Show Gist options
  • Save Stichoza/8219773 to your computer and use it in GitHub Desktop.
Save Stichoza/8219773 to your computer and use it in GitHub Desktop.
My custom settings for Sublime Text 3 on Linux (Debian Wheezy) and Mac OSX (Yosemite)
{
"color_scheme": "Packages/Color Scheme - Default/Monokai Bright.tmTheme",
"font_face": "Consolas",
"font_options":
[
"subpixel_antialias",
"gray_antialias"
],
"font_size": 12,
"highlight_line": true,
"ignored_packages":
[
"Vintage",
"Git"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
120,
160
],
"show_full_path": false,
"soda_classic_tabs": false,
"soda_folder_icons": true,
"theme": "Soda Dark 3.sublime-theme",
"word_wrap": true
}
{
"color_scheme": "Packages/Dayle Rees Themes/Shrek.tmTheme",
"font_face": "Monaco",
"font_options":
[
"no_italic"
],
"font_size": 12,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
120
],
"scroll_past_end": true,
"theme": "Soda Dark.sublime-theme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment