码迷,mamicode.com
首页 > 其他好文 > 详细

sublime设置左边栏背景和图标

时间:2017-02-17 15:52:51      阅读:475      评论:0      收藏:0      [点我收藏+]

标签:左边栏   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   

原文地址:http://flyyoung.blog.51cto.com/9170074/1898688

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!