/ .vscode / settings.json
settings.json
 1  {
 2      "workbench.colorCustomizations": {
 3          "activityBar.activeBackground": "#87d495",
 4          "activityBar.background": "#87d495",
 5          "activityBar.foreground": "#15202b",
 6          "activityBar.inactiveForeground": "#15202b99",
 7          "activityBarBadge.background": "#8372cd",
 8          "activityBarBadge.foreground": "#15202b",
 9          "commandCenter.border": "#15202b99",
10          "sash.hoverBorder": "#87d495",
11          "statusBar.background": "#61c774",
12          "statusBar.foreground": "#15202b",
13          "statusBarItem.hoverBackground": "#40b556",
14          "statusBarItem.remoteBackground": "#61c774",
15          "statusBarItem.remoteForeground": "#15202b",
16          "titleBar.activeBackground": "#61c774",
17          "titleBar.activeForeground": "#15202b",
18          "titleBar.inactiveBackground": "#61c77499",
19          "titleBar.inactiveForeground": "#15202b99"
20      },
21      "peacock.color": "#61c774"
22  }