From 742a593c32f49bb28bf30763cbb454c6f102f432 Mon Sep 17 00:00:00 2001 From: Riccardo Ferretti Date: Thu, 21 Jan 2021 21:03:43 +0100 Subject: [PATCH] added setting to match OS color scheme --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index b4a2ea9..ccf7df1 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -24,4 +24,5 @@ "prettier.singleQuote": false, "vscodeMarkdownNotes.noteCompletionConvention": "noExtension", "vscodeMarkdownNotes.slugifyMethod": "github-slugger", + "window.autoDetectColorScheme": true, }