Change color theme auto detection to false

This addresses https://github.com/foambubble/foam/issues/503
This commit is contained in:
José Duarte 2021-03-01 17:10:32 +00:00 committed by GitHub
parent a2042e021f
commit 1bc91778ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,5 +25,5 @@
"spellright.notificationClass": "warning", "spellright.notificationClass": "warning",
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension", "vscodeMarkdownNotes.noteCompletionConvention": "noExtension",
"vscodeMarkdownNotes.slugifyMethod": "github-slugger", "vscodeMarkdownNotes.slugifyMethod": "github-slugger",
"window.autoDetectColorScheme": true, "window.autoDetectColorScheme": false,
} }