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
This commit is contained in:
José Duarte 2021-03-08 14:09:15 +00:00 committed by GitHub
parent a2042e021f
commit 43f9badb7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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