From 795e4d5d3937aee5da8819d8270754e0c2386ee4 Mon Sep 17 00:00:00 2001 From: Jono M Date: Mon, 31 Jul 2023 22:28:09 +0100 Subject: [PATCH] Removed accidentally committed editor settings (#17546) no issue --- .vscode/settings.json | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 351bc719e0..81d4d0b4d4 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -22,20 +22,5 @@ }, "tailwindCSS.experimental.classRegex": [ ["clsx\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"] - ], - "workbench.colorCustomizations": { - "editorIndentGuide.background": "#00000000", - "[Material Theme Palenight High Contrast]": { - "tab.activeBorder": "#00000000", - "tab.inactiveBackground": "#1b1e2b", - "activityBar.activeBorder": "#a6accd", - "editorGroupHeader.tabsBackground": "#1b1e2b", - "tab.border": "#00000000", - "sideBarSectionHeader.border": "#00000000", - "terminal.border": "#a6accd" - }, - "activityBar.background": "#0C3429", - "titleBar.activeBackground": "#114939", - "titleBar.activeForeground": "#F4FDFA" - } + ] }