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:
parent
af6181f0bf
commit
c07819e5c8
@ -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,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user