Skip to content

Instantly share code, notes, and snippets.

@walt-w
Created June 18, 2016 14:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save walt-w/c1fc78213bca2c728f094170108993d2 to your computer and use it in GitHub Desktop.
Save walt-w/c1fc78213bca2c728f094170108993d2 to your computer and use it in GitHub Desktop.
// install package control
// package control install Matrial Theme, ConvertToUTF8, Codecs33, ChineseLocalizations(option)
{
"always_show_minimap_viewport": true, //show mini map
"font_size": 14, //set font size to 14
"theme": "Material-Theme.sublime-theme", //use material theme
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"show_encoding": true, //show encoding on status bar
"bold_folder_labels": true, //draw bold labels on side bar
"translate_tabs_to_spaces": true, //use soft tabs
"indent_guide_options": //recommended config for Material Theme
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
//set small panels and bars
"material_theme_compact_panel": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment