Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@tlongren
Created July 20, 2015 01:58
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 tlongren/b7df9ac0dc7145339710 to your computer and use it in GitHub Desktop.
Save tlongren/b7df9ac0dc7145339710 to your computer and use it in GitHub Desktop.
sublime-text-3-user-config
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_extra_bottom": 3,
"caret_extra_top": 3,
"caret_extra_width": 2,
"caret_style": "phase",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"font_face": "Source Code Pro",
"font_options":
[
"gray_antialias"
],
"font_size": 10,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"overlay_scroll_bars": "enabled",
"theme": "Material-Theme-Darker.sublime-theme",
"material_theme_small_tab": true,
"material_theme_small_statusbar": true,
"material_theme_bold_tab": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment