From 336eaf301ea7d95dd1998e75fa350801024185e4 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 25 Jul 2023 11:45:45 +0100 Subject: [PATCH] Allow easy toggling to a light scheme --- files/vscode-settings.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/vscode-settings.json b/files/vscode-settings.json index a0bad68..55068d0 100644 --- a/files/vscode-settings.json +++ b/files/vscode-settings.json @@ -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" }