From 5dc285df0d3764ca1cd1f6bf2c368702e3da8004 Mon Sep 17 00:00:00 2001 From: Kim Morrison Date: Fri, 11 Apr 2025 10:11:07 +1000 Subject: [PATCH] chore: don't force light mode --- .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"}}