settings.json
1 { 2 "workbench.colorCustomizations": { 3 "activityBar.activeBackground": "#445de3", 4 "activityBar.background": "#445de3", 5 "activityBar.foreground": "#e7e7e7", 6 "activityBar.inactiveForeground": "#e7e7e799", 7 "activityBarBadge.background": "#6f111f", 8 "activityBarBadge.foreground": "#e7e7e7", 9 "commandCenter.border": "#e7e7e799", 10 "sash.hoverBorder": "#445de3", 11 "statusBar.background": "#203cd4", 12 "statusBar.foreground": "#e7e7e7", 13 "statusBarItem.hoverBackground": "#445de3", 14 "statusBarItem.remoteBackground": "#203cd4", 15 "statusBarItem.remoteForeground": "#e7e7e7", 16 "titleBar.activeBackground": "#203cd4", 17 "titleBar.activeForeground": "#e7e7e7", 18 "titleBar.inactiveBackground": "#203cd499", 19 "titleBar.inactiveForeground": "#e7e7e799" 20 }, 21 "peacock.color": "#203cd4" 22 }