diff --git a/.vscode/settings.json b/.vscode/settings.json index ce175bff..1a6c947c 100755 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,25 +1,25 @@ { "discord.enabled": false, "workbench.colorCustomizations": { - "activityBar.activeBackground": "#65c89b", - "activityBar.background": "#65c89b", + "activityBar.activeBackground": "#ff9396", + "activityBar.background": "#ff9396", "activityBar.foreground": "#15202b", "activityBar.inactiveForeground": "#15202b99", - "activityBarBadge.background": "#945bc4", + "activityBarBadge.background": "#048000", "activityBarBadge.foreground": "#e7e7e7", "commandCenter.border": "#15202b99", - "sash.hoverBorder": "#65c89b", - "statusBar.background": "#42b883", + "sash.hoverBorder": "#ff9396", + "statusBar.background": "#ff6064", "statusBar.foreground": "#15202b", - "statusBarItem.hoverBackground": "#359268", - "statusBarItem.remoteBackground": "#42b883", + "statusBarItem.hoverBackground": "#ff2d32", + "statusBarItem.remoteBackground": "#ff6064", "statusBarItem.remoteForeground": "#15202b", - "titleBar.activeBackground": "#42b883", + "titleBar.activeBackground": "#ff6064", "titleBar.activeForeground": "#15202b", - "titleBar.inactiveBackground": "#42b88399", + "titleBar.inactiveBackground": "#ff606499", "titleBar.inactiveForeground": "#15202b99" }, - "peacock.remoteColor": "#42b883", + "peacock.remoteColor": "#ff6064", "docify.inlineComments": true, "docify.moreExpressiveComments": true, "docify.sidePanelReviewMode": false,