From 8304cab4db573f7e731c3b9cab4cd198c1ebae6e Mon Sep 17 00:00:00 2001 From: Tobbe Lundberg Date: Mon, 18 Dec 2023 08:43:40 +0100 Subject: [PATCH] Revert changes to .vscode/settings.json --- .vscode/settings.json | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 1b14c5b28785..b14985ca9431 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,21 +8,7 @@ "workbench.colorCustomizations": { "statusBar.background": "#b85833", "statusBarItem.hoverBackground": "#ce7350", - "statusBar.foreground": "#e7e7e7", - "activityBar.activeBackground": "#ce7350", - "activityBar.background": "#ce7350", - "activityBar.foreground": "#15202b", - "activityBar.inactiveForeground": "#15202b99", - "activityBarBadge.background": "#82dc9b", - "activityBarBadge.foreground": "#15202b", - "commandCenter.border": "#e7e7e799", - "sash.hoverBorder": "#ce7350", - "statusBarItem.remoteBackground": "#b85833", - "statusBarItem.remoteForeground": "#e7e7e7", - "titleBar.activeBackground": "#b85833", - "titleBar.activeForeground": "#e7e7e7", - "titleBar.inactiveBackground": "#b8583399", - "titleBar.inactiveForeground": "#e7e7e799" + "statusBar.foreground": "#e7e7e7" }, "search.exclude": { "**/dist": true,