如何在 vscode 中设置侧边栏颜色 [英] How do I set the sidebar color in vscode

查看:195
本文介绍了如何在 vscode 中设置侧边栏颜色的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在 vscode 中,侧边栏似乎有两种颜色.我想使用日光化的灯光主题,但有一个黑色的侧边栏.有没有办法做到这一点?

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?

推荐答案

VS Code 现在支持工作台主题,查看 这个

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"
 }

这篇关于如何在 vscode 中设置侧边栏颜色的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆