From c07819e5c84d0f3db203cb0e8a2dd77f26ac94ea Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 19 Nov 2018 18:20:40 -0500 Subject: [PATCH] code: Use vs-wal as the default color scheme vs-wal has some issues such as illegible text and no live reloading, however, it is (from what I know) the easiest way to use a color scheme consistent with your setup. Code will use the default dark theme if vs-wal is not found. --- code/.config/Code - OSS/User/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/.config/Code - OSS/User/settings.json b/code/.config/Code - OSS/User/settings.json index d87d922c..47361976 100644 --- a/code/.config/Code - OSS/User/settings.json +++ b/code/.config/Code - OSS/User/settings.json @@ -2,7 +2,7 @@ // Copyright (C) 2018 Donovan Glover { // Look and feel - "workbench.colorTheme": "Nord", + "workbench.colorTheme": "vs-wal", "workbench.iconTheme": "material-icon-theme", "editor.smoothScrolling": true,