Skip to content

Instantly share code, notes, and snippets.

@yacine
Created February 3, 2016 18:18
Show Gist options
  • Save yacine/76b361a0f23f89a8b8ef to your computer and use it in GitHub Desktop.
Save yacine/76b361a0f23f89a8b8ef to your computer and use it in GitHub Desktop.
Sublime text preferences
{
"ignored_packages":
[
"jQuery",
"Markdown Preview",
"Vintage",
"WordPress"
],
"font_size": 14,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"line_padding_top" : 1,
"line_padding_bottom" : 1,
"bold_folder_labels" : true,
"indent_guide_options" : [ "draw_normal", "draw_active" ],
"font_options" : [ "gray_antialias" ],
// Material teheme
"theme": "Material-Theme.sublime-theme",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"material_theme_small_tab" : true,
"material_theme_small_statusbar" : true,
"material_theme_compact_sidebar" : true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment