From 1bc91778ce794929ea2a205b02db3d6f92929ac4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Duarte?= Date: Mon, 1 Mar 2021 17:10:32 +0000 Subject: [PATCH] Change color theme auto detection to false This addresses https://github.com/foambubble/foam/issues/503 --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 61017e8..47e319a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -25,5 +25,5 @@ "spellright.notificationClass": "warning", "vscodeMarkdownNotes.noteCompletionConvention": "noExtension", "vscodeMarkdownNotes.slugifyMethod": "github-slugger", - "window.autoDetectColorScheme": true, + "window.autoDetectColorScheme": false, }