Sublime Text 3 之 MAC版本的 主题设置
配置主题前提条件
安装插件包
Material-Theme
Material Theme Appbar
然后将配置按照如下配置下,效果界面很爽眼。
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 | { "always_show_minimap_viewport" : true , "bold_folder_labels" : true , "color_scheme" : "Packages/Material Theme/schemes/Material-Theme.tmTheme" , "font_face" : "Source Code Pro for Powerline" , "font_size" : 13 , "highlight_line" : true , "ignored_packages" : [ "Vintage" ], "indent_guide_options" : [ "draw_normal" , "draw_active" ], "material_theme_accent_red" : true , "material_theme_bold_tab" : true , "material_theme_compact_panel" : true , "material_theme_compact_sidebar" : true , "material_theme_contrast_mode" : 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" , "rulers" : [ 80 , 110 ], "show_encoding" : true , "theme" : "Material-Theme.sublime-theme" , "word_wrap" : false } |
版权声明
由 durban创作并维护的 Gowhich博客采用创作共用保留署名-非商业-禁止演绎4.0国际许可证。
本文首发于
博客(
https://www.gowhich.com ),版权所有,侵权必究。
本文永久链接: https://www.gowhich.com/blog/769
版权声明
由 durban创作并维护的 Gowhich博客采用创作共用保留署名-非商业-禁止演绎4.0国际许可证。
本文首发于 Gowhich博客( https://www.gowhich.com ),版权所有,侵权必究。
本文永久链接: https://www.gowhich.com/blog/769