How do I set the sidebar color in vscode

后端 未结 1 838
小蘑菇
小蘑菇 2021-01-02 00:26

Seems there are two colors to the sidebar in vscode light and dark. I am wanting to use the solarized light theme but have a dark sidebar. Is there a way to do this?

相关标签:
1条回答
  • 2021-01-02 00:59

    VS Code support workbench theming now, check this

    Which means, in settings we can do as below to customise colours,

    "workbench.colorCustomizations": {
       "sideBar.background": "#111111"
     }
    
    0 讨论(0)
提交回复
热议问题