Theme Customization for VS Code

Theme Customization for VS Code

  1. First go to the npm extension by settings and then search for settings.json
  2. Write "workbench.colorCustomization":{}
  3. Inside the blockscope write ```"editorGroupHeader.tabsBackground"
    Like this
    
    "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;

} ```