VSCode的浅色主题(Default Light+)侧边活动栏改为浅色

在设置JSON中加入:

"workbench.colorCustomizations": {
    "[Default Light+]": {
        "activityBar.activeBackground": "#ffffff",
        "activityBar.background": "#eeeeee",
        "activityBar.foreground": "#000000"
    }
},
"workbench.colorTheme": "Default Light+"

 

posted @ 2020-04-12 17:37  Bob-wei  阅读(2143)  评论(0编辑  收藏  举报