Skip to content

Instantly share code, notes, and snippets.

@liangzr
Created November 2, 2016 06:15
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 liangzr/7dc660c74552646f8a004ce412588bea to your computer and use it in GitHub Desktop.
Save liangzr/7dc660c74552646f8a004ce412588bea to your computer and use it in GitHub Desktop.
My Sublime Configurations
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"font_face": "Consolas",
"font_size": 9,
"ignored_packages":
[
"MarkdownEditing",
"Vintage"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
//Material Theme Configurations
"material_theme_accent_scrollbars": false,
"material_theme_accent_sky": true,
"material_theme_arrow_folders": false,
"material_theme_big_fileicons": true,
"material_theme_bright_scrollbars": true,
"material_theme_bullet_tree_indicator": true,
"material_theme_compact_panel": true,
"material_theme_contrast_mode": false,
"material_theme_panel_separator": false,
"material_theme_small_statusbar": true,
"material_theme_tree_headings": false,
"theme": "Material-Theme.sublime-theme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment