From a776db0ec00997c49d232293ec0a8e636363bc40 Mon Sep 17 00:00:00 2001 From: wassname <1103714+wassname@users.noreply.github.com> Date: Sun, 7 Jun 2026 11:12:03 +0800 Subject: [PATCH] vscode: drop peacock color customizations block Co-Authored-By: Claudypoo <288921227+claudypoo@users.noreply.github.com> --- .vscode/settings.json | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index b6ef734..1096b24 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,22 +1,3 @@ { - "workbench.colorCustomizations": { - "activityBar.activeBackground": "#58294c", - "activityBar.background": "#58294c", - "activityBar.foreground": "#e7e7e7", - "activityBar.inactiveForeground": "#e7e7e799", - "activityBarBadge.background": "#5e6d33", - "activityBarBadge.foreground": "#e7e7e7", - "commandCenter.border": "#e7e7e799", - "sash.hoverBorder": "#58294c", - "statusBar.background": "#35192e", - "statusBar.foreground": "#e7e7e7", - "statusBarItem.hoverBackground": "#58294c", - "statusBarItem.remoteBackground": "#35192e", - "statusBarItem.remoteForeground": "#e7e7e7", - "titleBar.activeBackground": "#35192e", - "titleBar.activeForeground": "#e7e7e7", - "titleBar.inactiveBackground": "#35192e99", - "titleBar.inactiveForeground": "#e7e7e799" - }, "peacock.remoteColor": "#35192e" -} \ No newline at end of file +}