Skip to content

Instantly share code, notes, and snippets.

@mauricios
Last active May 15, 2017 18:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mauricios/a2b4ef34f9105d6bf00440a378cfedb8 to your computer and use it in GitHub Desktop.
Save mauricios/a2b4ef34f9105d6bf00440a378cfedb8 to your computer and use it in GitHub Desktop.
SublimeText 3 User preferences
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Lighter.tmTheme",
"font_options":
[
"gray_antialias",
"subpixel_antialias",
"bold",
"no_round"
],
"font_size": 11,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"material_theme_accent_graphite": true,
"material_theme_compact_sidebar": true,
"material_theme_contrast_mode": true,
"material_theme_disable_folder_animation": true,
"material_theme_panel_separator": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"material_theme_tabs_autowidth": true,
"material_theme_tabs_separator": true,
"material_theme_tree_headings": true,
"overlay_scroll_bars": "enabled",
"theme": "Material-Theme-Lighter.sublime-theme",
"translate_tabs_to_spaces": false,
"indent_guide_options": [ "draw_normal", "draw_active" ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment