0
点赞
收藏
分享

微信扫一扫

vscode默认黑色标签颜色修改.

Villagers 2022-04-30 阅读 93

在这里插入图片描述找到VSCode\resources\app\extensions\theme-defaults\themes
先打开dark_plus.json
在这里插入图片描述
发现colors节点的内容在dark_vs.json
打开.dark_vs.json,添加标签颜色设置
在这里插入图片描述 “tab.inactiveBackground”: “#404040”,
“tab.border”: “#303030”,
“tab.inactiveForeground”: “#d8d8d8”,
具体含义参考链接:https://blog.csdn.net/weixin_30755393/article/details/98661143

颜色:https://www.5tu.cn/colors/yansezhongwenming.html

举报

相关推荐

0 条评论