From 8add00e8ff04c9b39b3dd8159c5eb40fa712d799 Mon Sep 17 00:00:00 2001 From: Scripted Pixels Ltd Date: Tue, 4 Aug 2020 08:31:49 +0100 Subject: [PATCH] Remove theme override There's nothing more annoying than someone coming in and changing your setup to their own preferences without asking ;) --- .vscode/settings.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index ef1d7ac..7423855 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,7 +3,6 @@ "editor.wrappingIndent": "indent", "editor.overviewRulerBorder": false, "editor.lineHeight": 24, - "workbench.colorTheme": "Gray Matter Light", "[markdown]": { "editor.quickSuggestions": true },