Allow easy toggling to a light scheme
This commit is contained in:
parent
44e185c81b
commit
336eaf301e
1 changed files with 2 additions and 0 deletions
|
@ -64,4 +64,6 @@
|
||||||
"rust-analyzer.inlayHints.chainingHints.enable": false,
|
"rust-analyzer.inlayHints.chainingHints.enable": false,
|
||||||
"rust-analyzer.inlayHints.parameterHints.enable": false,
|
"rust-analyzer.inlayHints.parameterHints.enable": false,
|
||||||
"rust-analyzer.inlayHints.typeHints.enable": false,
|
"rust-analyzer.inlayHints.typeHints.enable": false,
|
||||||
|
"workbench.preferredDarkColorTheme": "Darcula",
|
||||||
|
"workbench.preferredLightColorTheme": "Visual Studio Light"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue