Skip to content

Instantly share code, notes, and snippets.

@Skymetal
Created May 24, 2016 11:29
Show Gist options
  • Save Skymetal/ececafe832f57696f00de00ac72287e7 to your computer and use it in GitHub Desktop.
Save Skymetal/ececafe832f57696f00de00ac72287e7 to your computer and use it in GitHub Desktop.
misc: Sublime Config
{
"theme": "Material-Theme.sublime-theme",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"font_size": 14,
"hot_exit": false,
"ignored_packages":
[
"SublimeCodeIntel",
"Vintage"
],
"remember_open_files": false,
"overlay_scroll_bars" : "enabled",
"line_padding_top" : 3,
"line_padding_bottom" : 3,
"always_show_minimap_viewport" : true,
"bold_folder_labels" : true,
"indent_guide_options" : [ "draw_normal", "draw_active" ], // Highlight active indent
"font_options" : [ "gray_antialias", "subpixel_antialias" ], // On retina Mac & Windows
"material_theme_small_tab" : true , // Set small tabs
"material_theme_small_statusbar" : true , // Set small status bar
"material_theme_compact_sidebar" : true , // Set compact side bar
"material_theme_compact_panel" : true , // Set minimal padding for the search panel
"material_theme_bold_tab" : true , // Make the tab labels bolder
"material_theme_tabs_separator" : true , // Show tabs separator, this disables tab hover animation
"material_theme_panel_separator" : true , // show bottom panel separator
"material_theme_tabs_autowidth" : true , // Enable autowidth for tabs
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment