Tec*_*dow 3 json themes visual-studio-code
我一直在关注 Coder Coder 的这篇教程,以使我的 vscode 看起来更好(教程链接https://youtu.be/pGzssFNtWXw)。根据视频,我打开了 settings.json 文件并只编写了一些代码但是当我尝试更改活动栏中图标的颜色时,没有任何反应,这是我尝试用来更改的代码行颜色:"activityBarBadge.foreground": "#000000"但这不起作用
这是代码:
"workbench.colorCustomizations": {
"editor.background": "#000814",
"sideBar.background": "#000d20",
"sideBarTitle.foreground": "#ffd60a",
"sideBarSectionHeader.foreground": "#ffd60a",
"activityBar.activeBackground": "#ffea81d5",
"activityBar.background": "#22223b",
"statusBar.background": "#ffd60a",
}
Run Code Online (Sandbox Code Playgroud)
这是我得到的结果:
要更改活动栏图标颜色,请使用以下两个colorCustomizations:
"activityBar.inactiveForeground"
"activityBar.foreground" // 对于活动图标
如果将活动栏移至顶部(设置:Workbench > Activity Bar: Location),则可以使用以下颜色:
"activityBarTop.foreground": "#0b1691",
"activityBarTop.activeBorder": "#ff0000",
"activityBarTop.inactiveForeground": "#ff0000",
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
1284 次 |
| 最近记录: |