sublime设置左边栏背景和图标

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sublime设置左边栏背景和图标相关的知识,希望对你有一定的参考价值。



Press cmd/ctrl + shift + p to open the command palette.

Type install package and press enter. 

Then search for SyncedSidebarBg

wait installed

next search for ayu


settings Preferences > 

Setting - UserFor light theme:


"theme": "ayu-light.sublime-theme",


"color_scheme": "Packages/ayu/ayu-light.tmTheme",


For mirage theme:

"theme": "ayu-mirage.sublime-theme",


"color_scheme": "Packages/ayu/ayu-mirage.tmTheme",


For dark theme:

"theme": "ayu-dark.sublime-theme",


"color_scheme": "Packages/ayu/ayu-dark.tmTheme"


以上是关于sublime设置左边栏背景和图标的主要内容,如果未能解决你的问题,请参考以下文章

sublime中侧边栏字体大小的设置

sublime text怎么使用高级正则查找替换

sublime怎么把默认打开方式

sublime text 3怎么设置字体大小

sublime3常用环境配置

如何不让sublime记住上回打开的文件