Allow easy toggling to a light scheme

This commit is contained in:
Jake Howard 2023-07-25 11:45:45 +01:00
parent 44e185c81b
commit 336eaf301e
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 2 additions and 0 deletions

View File

@ -64,4 +64,6 @@
"rust-analyzer.inlayHints.chainingHints.enable": false,
"rust-analyzer.inlayHints.parameterHints.enable": false,
"rust-analyzer.inlayHints.typeHints.enable": false,
"workbench.preferredDarkColorTheme": "Darcula",
"workbench.preferredLightColorTheme": "Visual Studio Light"
}