diff --git a/.vscode/settings.json b/.vscode/settings.json index c53290b..e8effb9 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -29,24 +29,4 @@ "source.fixAll.eslint": "always", "source.fixAll.format": "always" }, - "workbench.colorCustomizations": { - "activityBar.activeBackground": "#cc7671", - "activityBar.background": "#cc7671", - "activityBar.foreground": "#15202b", - "activityBar.inactiveForeground": "#15202b99", - "activityBarBadge.background": "#a1dda5", - "activityBarBadge.foreground": "#15202b", - "commandCenter.border": "#e7e7e799", - "sash.hoverBorder": "#cc7671", - "statusBar.background": "#bf524b", - "statusBar.foreground": "#e7e7e7", - "statusBarItem.hoverBackground": "#cc7671", - "statusBarItem.remoteBackground": "#bf524b", - "statusBarItem.remoteForeground": "#e7e7e7", - "titleBar.activeBackground": "#bf524b", - "titleBar.activeForeground": "#e7e7e7", - "titleBar.inactiveBackground": "#bf524b99", - "titleBar.inactiveForeground": "#e7e7e799" - }, - "peacock.remoteColor": "#bf524b" }