1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
| { "always_show_minimap_viewport": true, "bold_folder_labels": true, "color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme", "folder_exclude_patterns": [ "node_modules" ], "font_face": "Source Code Pro For Powerline", "font_options": [ "subpixel_antialias" ], "font_size": 16, "ignored_packages": [ "Vintage" ], "indent_guide_options": [ "draw_normal", "draw_active" ], "line_padding_bottom": 0, "line_padding_top": 0, "material_theme_accent_scrollbars": true, "material_theme_arrow_folders": true, "material_theme_big_fileicons": true, "material_theme_bold_tab": true, "material_theme_bright_scrollbars": false, "material_theme_bullet_tree_indicator": true, "material_theme_compact_panel": false, "material_theme_compact_sidebar": true, "material_theme_contrast_mode": false, "material_theme_disable_fileicons": true, "material_theme_disable_folder_animation": true, "material_theme_disable_tree_indicator": true, "material_theme_panel_separator": true, "material_theme_small_statusbar": true, "material_theme_small_tab": true, "material_theme_tabs_autowidth": true, "material_theme_tabs_separator": true, "material_theme_tree_headings": true, "overlay_scroll_bars": "enabled", "theme": "Material-Theme.sublime-theme" }
|