VSCode's light theme (Default Light +) side activity bar changed to light color

Add in the setting JSON:

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

 

Guess you like

Origin www.cnblogs.com/Bob-wei/p/12686489.html