Why do Sublime Text 3 Themes not affect the sidebar?

前端 未结 14 1995
我寻月下人不归
我寻月下人不归 2020-12-12 12:32

I generally only use dark themes for coding, so it\'s really annoying that Sublime Text 3\'s sidebar stays light themed whatever theme you apply.

Does anyone know ho

14条回答
  •  执笔经年
    2020-12-12 13:11

    You can manually change the sidebar style by editing Default.sublime-theme.

    To do this, edit the “sidebar_tree”, “sidebar_heading” etc., classes in Packages/Theme - Default/Default.sublime-theme. You can override those defaults by putting this Default.sublime-theme inside the Packages/User folder.

    From the Sublime Text menu, selecting “Preferences → Browse Packages…” will take you to it.

提交回复
热议问题