Skip to content

Instantly share code, notes, and snippets.

@Narven
Last active December 11, 2015 13:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Narven/4607327 to your computer and use it in GitHub Desktop.
Save Narven/4607327 to your computer and use it in GitHub Desktop.
My Sublime Text Preferences
{
"auto_complete_delay": 50,
"auto_complete_selector": "source, text",
"auto_complete_size_limit": 4194304,
"auto_complete_with_fields": true,
"bold_folder_labels": true,
"caret_style": "phase",
"drag_text": false,
"draw_indent_guides": true,
"draw_white_space": "all",
"fade_fold_buttons": true,
"ensure_newline_at_eof_on_save": true,
"highlight_modified_tabs": true,
"indent_guide_options":
[
"draw_normal"
],
"margin": 10,
"match_selection": true,
"match_tags": true,
"scroll_speed": 3.0,
"shift_tab_unindent": true,
"trim_trailing_white_space_on_save": true,
"wrap_width": 80,
"command_mode": false,
"auto_complete": true,
"auto_match_enabled": true,
"close_windows_when_empty": false,
"color_scheme": "Packages/Color Scheme - Default/Sunburst.tmTheme",
"default_line_ending": "system",
"detect_indentation": true,
"draw_centered": false,
"file_exclude_patterns":
[
"*.sassc",
"*.scssc",
"*.gem",
"*.gz",
"*.jpg",
"*.bmp",
"*.jpeg",
"*.pdf",
"*.zip",
"*.DS_store",
"*.eot",
"*.ttf",
"*.woff",
"*.lib",
"*.psd",
"*.db",
".buildignore"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
".meteor",
".idea",
"bower_components",
"node_modules",
".sass-cache",
".git",
".svn",
".tmp"
],
"font": "Consolas",
"font_options":
[
"subpixel_antialias",
"no_round"
],
"font_size": 12.0,
"gutter": true,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_subsequent_lines": true,
"jshint_options":
{
"browser": true,
"curly": true,
"eqeqeq": true,
"evil": false,
"expr": true,
"jquery": true,
"latedef": true,
"newcap": true,
"noarg": true,
"noempty": true,
"onecase": false,
"shadow": false,
"undef": true
},
"line_numbers": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"match_brackets": true,
"match_brackets_content": true,
"match_brackets_square": true,
"match_bracktets_angle": true,
"match_bracktets_braces": true,
"open_files_in_new_window": false,
"rulers":
[
80
],
"scroll_past_end": false,
"show_tab_close_buttons": true,
"soda_classic_tabs": true,
"spell_check": false,
"tab_completion": true,
"tab_size": 2,
"theme": "Soda Light.sublime-theme",
"translate_tabs_to_spaces": false,
"tree_animation_enabled": false,
"trim_automatic_white_space": true,
"use_tab_stops": true,
"vintage_start_in_command_mode": true,
"word_separators": true,
"word_wrap": true,
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip"
]
}
@Narven
Copy link
Author

Narven commented Jul 13, 2015

This needs "theme": "Soda Dark.sublime-theme",

font change to:
"font_size": 11.0,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment