Skip to content

Instantly share code, notes, and snippets.

@vluzrmos
Last active September 11, 2015 10:37
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save vluzrmos/f8ae3d930f4ea1518e11 to your computer and use it in GitHub Desktop.
My Sublime text settings with Material Theme.
{
"always_show_minimap_viewport": false,
"bold_folder_labels": false,
"color_scheme": "Packages/User/SublimeLinter/darkula (SL).tmTheme",
"enable_tab_scrolling": false,
"font_size": 13,
"folder_exclude_patterns": [".svn", ".idea", ".hg", "CVS"],
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"material_theme_small_tab": true,
"material_theme_small_statusbar": true,
"overlay_scroll_bars": "enabled",
"theme": "Material-Theme-Darker.sublime-theme",
"save_on_focus_lost": true,
"show_encoding": true,
"show_line_endings": true,
}
{
"bold_folder_labels": false,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"enable_tab_scrolling": false,
"folder_exclude_patterns":
[
".svn",
".idea",
".hg",
"CVS"
],
"font_size": 12,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"material_theme_bold_tab": false,
"material_theme_disable_tree_indicator": false,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"save_on_focus_lost": true,
"show_encoding": true,
"theme": "Material-Theme.sublime-theme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment