diff --git a/.vscode/settings.json b/.vscode/settings.json index cc9481d01a..6974bc1b54 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -118,22 +118,23 @@ } }, "workbench.colorCustomizations": { - "activityBar.activeBackground": "#443c00", - "activityBar.background": "#443c00", - "activityBar.foreground": "#e7e7e7", - "activityBar.inactiveForeground": "#e7e7e799", - "activityBarBadge.background": "#008071", - "activityBarBadge.foreground": "#e7e7e7", - "commandCenter.border": "#e7e7e799", - "sash.hoverBorder": "#443c00", - "statusBar.background": "#110f00", - "statusBar.foreground": "#e7e7e7", - "statusBarItem.hoverBackground": "#443c00", - "statusBarItem.remoteBackground": "#110f00", - "statusBarItem.remoteForeground": "#e7e7e7", - "titleBar.activeBackground": "#110f00", - "titleBar.activeForeground": "#e7e7e7", - "titleBar.inactiveBackground": "#110f0099", - "titleBar.inactiveForeground": "#e7e7e799" - } + "activityBar.activeBackground": "#fbed80", + "activityBar.background": "#fbed80", + "activityBar.foreground": "#15202b", + "activityBar.inactiveForeground": "#15202b99", + "activityBarBadge.background": "#06b9a5", + "activityBarBadge.foreground": "#15202b", + "commandCenter.border": "#15202b99", + "sash.hoverBorder": "#fbed80", + "statusBar.background": "#f9e64f", + "statusBar.foreground": "#15202b", + "statusBarItem.hoverBackground": "#f7df1e", + "statusBarItem.remoteBackground": "#f9e64f", + "statusBarItem.remoteForeground": "#15202b", + "titleBar.activeBackground": "#f9e64f", + "titleBar.activeForeground": "#15202b", + "titleBar.inactiveBackground": "#f9e64f99", + "titleBar.inactiveForeground": "#15202b99" + }, + "peacock.color": "#f9e64f" }