From 2ef33892553d701f230cf4efde3a5024e4d7b74c Mon Sep 17 00:00:00 2001 From: Etienne Audet-Cobello Date: Wed, 23 Oct 2024 13:31:33 -0400 Subject: [PATCH] revert --- .vscode/settings.json | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index c67b5ae6..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "workbench.colorCustomizations": { - "activityBar.activeBackground": "#9bb2f6", - "activityBar.background": "#9bb2f6", - "activityBar.foreground": "#15202b", - "activityBar.inactiveForeground": "#15202b99", - "activityBarBadge.background": "#ea154b", - "activityBarBadge.foreground": "#e7e7e7", - "commandCenter.border": "#15202b99", - "sash.hoverBorder": "#9bb2f6", - "statusBar.background": "#6c8ef2", - "statusBar.foreground": "#15202b", - "statusBarItem.hoverBackground": "#3d6aee", - "statusBarItem.remoteBackground": "#6c8ef2", - "statusBarItem.remoteForeground": "#15202b", - "titleBar.activeBackground": "#6c8ef2", - "titleBar.activeForeground": "#15202b", - "titleBar.inactiveBackground": "#6c8ef299", - "titleBar.inactiveForeground": "#15202b99" - }, - "peacock.remoteColor": "#6c8ef2" -}