From 09570d9b8d318715430323f09d26acacc1437415 Mon Sep 17 00:00:00 2001 From: Or S Date: Thu, 6 Jun 2024 22:21:18 +0300 Subject: [PATCH] Remove vscode pink theme --- .vscode/settings.json | 20 -------------------- 1 file changed, 20 deletions(-) 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" }