Skip to content

Instantly share code, notes, and snippets.

@fcpauldiaz
Created October 3, 2016 00:07
Show Gist options
  • Save fcpauldiaz/565b30a02199ebde5f664715dbe64af4 to your computer and use it in GitHub Desktop.
Save fcpauldiaz/565b30a02199ebde5f664715dbe64af4 to your computer and use it in GitHub Desktop.
Sublime User Preferences
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"font_size": 15,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"indent_to_bracket": true,
"line_padding_bottom": 3,
"line_padding_top": 3,
"material_theme_accent_lime": true,
"material_theme_appbar_green": true,
"material_theme_bold_tab": true,
"material_theme_compact_panel": false,
"material_theme_compact_sidebar": true,
"material_theme_contrast_mode": true,
"material_theme_panel_separator": true,
"material_theme_small_tab": true,
"material_theme_tabs_autowidth": true,
"material_theme_tree_headings": true,
"overlay_scroll_bars": "enabled",
"tab_size": 2,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment