From 43f9badb7e1214e616e9b99af28940a74fb4d9d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Duarte?= Date: Mon, 8 Mar 2021 14:09:15 +0000 Subject: [PATCH] Remove color theme auto detection from settings (#34) * Change color theme auto detection to false This addresses https://github.com/foambubble/foam/issues/503 * Update settings.json --- .vscode/settings.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 61017e8..9139a42 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -25,5 +25,4 @@ "spellright.notificationClass": "warning", "vscodeMarkdownNotes.noteCompletionConvention": "noExtension", "vscodeMarkdownNotes.slugifyMethod": "github-slugger", - "window.autoDetectColorScheme": true, }