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" }