Skip to content

Instantly share code, notes, and snippets.

@Ferrmolina
Last active July 11, 2016 20:24
Show Gist options
  • Save Ferrmolina/c8bb3fa8706c9a28e04d to your computer and use it in GitHub Desktop.
Save Ferrmolina/c8bb3fa8706c9a28e04d to your computer and use it in GitHub Desktop.
Sublime Text config
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-OceanicNext.tmTheme",
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 0,
"material_theme_contrast_mode": true,
"material_theme_panel_separator": true,
"material_theme_small_statusbar": true,
"material_theme_tabs_autowidth": true,
"overlay_scroll_bars": "enabled",
"save_on_focus_lost": true,
"theme": "Material-Theme.sublime-theme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment