1
0
forked from extern/nix-config

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.
This commit is contained in:
Donovan Glover 2018-11-19 18:20:40 -05:00
parent af6181f0bf
commit c07819e5c8
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -2,7 +2,7 @@
// Copyright (C) 2018 Donovan Glover // Copyright (C) 2018 Donovan Glover
{ {
// Look and feel // Look and feel
"workbench.colorTheme": "Nord", "workbench.colorTheme": "vs-wal",
"workbench.iconTheme": "material-icon-theme", "workbench.iconTheme": "material-icon-theme",
"editor.smoothScrolling": true, "editor.smoothScrolling": true,