From 590fce0d128af4b1e7c557949492b959b2f712b5 Mon Sep 17 00:00:00 2001 From: Alison Joseph Date: Tue, 16 Jan 2024 07:41:45 -0600 Subject: [PATCH] Update settings.json --- .vscode/settings.json | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 9fbc2862b8..574889c8bf 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,20 +6,4 @@ "[json]": { "editor.defaultFormatter": "vscode.json-language-features" }, - "workbench.colorCustomizations": { - "titleBar.activeBackground": "#ff6e60", - "titleBar.activeForeground": "#000000", - "titleBar.inactiveBackground": "#ff6e60", - "titleBar.inactiveForeground": "#000000", - "titleBar.border": "#ff6e60", - "activityBar.background": "#ff6e60", - "activityBar.foreground": "#000000", - "statusBar.background": "#ff6e60", - "statusBar.foreground": "#000000", - "statusBar.debuggingBackground": "#ff6e60", - "statusBar.debuggingForeground": "#000000", - "tab.activeBorder": "#ff6e60", - "iLoveWorkSpaceColors": true, - "iLoveWorkSpaceRandom": false - } }