From 7555d256509a18eef5673aca314393e5ac740051 Mon Sep 17 00:00:00 2001 From: Adrian Dole Date: Fri, 12 Jan 2024 18:23:06 -0500 Subject: [PATCH] Don't override the theme --- .vscode/settings.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 8b1aca41..8fb53cff 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,4 @@ { - "workbench.colorTheme": "Default Light+", "editor.semanticHighlighting.enabled": true, "editor.semanticTokenColorCustomizations": { "[Default Light+]": {"rules": {"variable": "#7f197f"}}