- First go to the npm extension by settings and then search for settings.json
- Write
"workbench.colorCustomization":{}
- Inside the blockscope write ```"editorGroupHeader.tabsBackground""workbench.colorCustomization":{ "editorGroupHeader.tabsBackground": "colorName", "activityBar.background": "colorName" // To change the color of activity bar; "sideBar.background": "colorName" // To change the color of the side-Bar;
Like this
} ```