From d2a549173d01db9ab7eb63f3f31d1c7ecdba42e3 Mon Sep 17 00:00:00 2001 From: Dima Sobolev Date: Mon, 3 Aug 2020 00:02:57 +0300 Subject: [PATCH] Should've kept that line intact --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index bb4fc60..26430f0 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,6 +3,7 @@ "editor.wrappingIndent": "indent", "editor.overviewRulerBorder": false, "editor.lineHeight": 24, + "workbench.colorTheme": "Gray Matter Light", "window.autoDetectColorScheme": true, "workbench.preferredLightColorTheme": "Gray Matter Light", "workbench.preferredDarkColorTheme": "Gray Matter Dark",