diff --git a/.vscode/settings.json b/.vscode/settings.json index a165f91..d260830 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,21 +1,21 @@ { "workbench.colorCustomizations": { - "activityBar.activeBackground": "#490b32", - "activityBar.background": "#490b32", + "activityBar.activeBackground": "#e061b2", + "activityBar.background": "#e061b2", "activityBar.foreground": "#e7e7e7", "activityBar.inactiveForeground": "#e7e7e799", "activityBarBadge.background": "#25320e", "activityBarBadge.foreground": "#e7e7e7", "commandCenter.border": "#e7e7e799", - "sash.hoverBorder": "#490b32", - "statusBar.background": "#490b32", + "sash.hoverBorder": "#e061b2", + "statusBar.background": "#e061b2", "statusBar.foreground": "#e7e7e7", - "statusBarItem.hoverBackground": "#490b32", - "statusBarItem.remoteBackground": "#490b32", + "statusBarItem.hoverBackground": "#e061b2", + "statusBarItem.remoteBackground": "#e061b2", "statusBarItem.remoteForeground": "#e7e7e7", - "titleBar.activeBackground": "#832561", + "titleBar.activeBackground": "#e061b2", "titleBar.activeForeground": "#e7e7e7", - "titleBar.inactiveBackground": "#490b32", + "titleBar.inactiveBackground": "#e061b2", "titleBar.inactiveForeground": "#e7e7e799" }, "peacock.remoteColor": "#832561"