xxxxxxxxxx
"workbench.colorCustomizations": {
"activityBar.background": "#aae70e", // backround color
"titleBar.activeBackground": "#8ee95d",
"titleBar.activeForeground": "#FCFAFF",
"statusBar.background": "#cf3535", // footer color
"statusBar.noFolderBackground": "#0d02dd",
"statusBar.debuggingBackground": "#5cc7fd",
"activityBar.inactiveForeground": "#524747" // icons color
}, // open .vscode folder in the root then paste this code in setting.json file ! if the is no folder create it your self
xxxxxxxxxx
"workbench.colorCustomizations": {
"activityBar.background": "#aae70e",
"titleBar.activeBackground": "#8ee95d",// background color
"titleBar.activeForeground": "#FCFAFF",
"statusBar.background": "#cf3535",// footer color
"statusBar.noFolderBackground": "#0d02dd",
"statusBar.debuggingBackground": "#5cc7fd",
"activityBar.inactiveForeground": "#524747" //icons
}, // open .vscode folder in the rootand pase above code in settings.json
xxxxxxxxxx
"workbench.colorCustomizations": {
"activityBar.background": "#aae70e",
"titleBar.activeBackground": "#8ee95d",
"titleBar.activeForeground": "#FCFAFF",
"statusBar.background": "#cf3535",
"statusBar.noFolderBackground": "#0d02dd",
"statusBar.debuggingBackground": "#5cc7fd",
"activityBar.inactiveForeground": "#524747"
},