diff --git a/.vscode/settings.json b/.vscode/settings.json index bbb3a19ec..59b3b2b25 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,22 +8,5 @@ }, "[typescript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" - }, - "workbench.colorCustomizations": { - "activityBar.background": "#2f0f85", - "titleBar.activeBackground": "#1f0a57", - "titleBar.activeForeground": "#e7e7e7", - "activityBar.activeBackground": "#2f0f85", - "activityBar.activeBorder": "#ac3d13", - "activityBar.foreground": "#e7e7e7", - "activityBar.inactiveForeground": "#e7e7e799", - "activityBarBadge.background": "#ac3d13", - "activityBarBadge.foreground": "#e7e7e7", - "statusBar.background": "#1f0a57", - "statusBar.foreground": "#e7e7e7", - "statusBarItem.hoverBackground": "#2f0f85", - "titleBar.inactiveBackground": "#1f0a5799", - "titleBar.inactiveForeground": "#e7e7e799" - }, - "peacock.color": "#1f0a57" + } }