如何使用settings.json更改vscode标签栏的背景颜色

技术阴影

我一直在关注 Coder Coder 的这个教程,以使我的 vscode 看起来更好(教程链接https://youtu.be/pGzssFNtWXw)。根据视频,我打开了 settings.json 文件并编写了一些代码但是当我无法找到更改标签栏背景的代码时。

这是我尝试过的:

"tab.background" : "#000000"

这是代码:

"workbench.colorCustomizations": {
        "editor.background": "#000814",
        "sideBar.background": "#000d20",
        "sideBarTitle.foreground": "#ffd60a",
        "sideBarSectionHeader.foreground": "#ffd60a",
        "activityBar.activeBackground": "#ffea81d5",
        "activityBar.background": "#22223b",
        "statusBar.background": "#ffd60a",
    }
那个家伙 111

您可以使用该editorGroupHeader.tabsBackground命令更改标签栏的颜色 如果有帮助请告知

本文收集自互联网,转载请注明来源。

如有侵权,请联系 [email protected] 删除。

编辑于
0

我来说两句

0 条评论
登录 后参与评论

相关文章