mirror of
https://github.com/foambubble/foam-template.git
synced 2025-07-15 06:28:55 +00:00
Change color theme auto detection to false
This addresses https://github.com/foambubble/foam/issues/503
This commit is contained in:
parent
a2042e021f
commit
1bc91778ce
1 changed files with 1 additions and 1 deletions
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
|
@ -25,5 +25,5 @@
|
|||
"spellright.notificationClass": "warning",
|
||||
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension",
|
||||
"vscodeMarkdownNotes.slugifyMethod": "github-slugger",
|
||||
"window.autoDetectColorScheme": true,
|
||||
"window.autoDetectColorScheme": false,
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue