Skip to content

Instantly share code, notes, and snippets.

@brianveltman
Last active October 29, 2016 20:39
Show Gist options
  • Save brianveltman/462b376113df321361a64a292faf6433 to your computer and use it in GitHub Desktop.
Save brianveltman/462b376113df321361a64a292faf6433 to your computer and use it in GitHub Desktop.
User settings for Sublime Text 3
{
// Theming / Appearance [editor]
"color_scheme": "Packages/Theme - Cobalt2/cobalt2.tmTheme",
"highlight_line": true,
"indent_guide_options": [ "draw_normal", "draw_active" ],
"line_padding_bottom": 6,
"line_padding_top": 1,
"wide_caret": true,
"caret_extra_bottom": 4,
"caret_extra_top": 4,
"caret_extra_width": 3,
"caret_style": "phase",
"font_face": "Fira Code",
"font_size": 15,
"spell_check": true,
// Theming / Appearance [sidebar and tabs]
"theme": "Cobalt2.sublime-theme",
"sidebar_medium": true,
"bold_folder_labels": true,
"highlight_modified_tabs": true,
"overlay_scroll_bars": "enabled",
// Other settings
"save_on_focus_lost": true,
"use_simple_full_screen": true,
"translate_tabs_to_spaces": true,
"ignored_packages":
[
"Vintage"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment