From ba045e93a8760e1fa31334c65232d0a1f64b25b1 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Sun, 7 Jul 2024 22:34:57 +0200 Subject: [PATCH] Switch vscode dark theme --- modules/home-manager/vscode.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/vscode.nix b/modules/home-manager/vscode.nix index 2ebc6ae..581e457 100644 --- a/modules/home-manager/vscode.nix +++ b/modules/home-manager/vscode.nix @@ -38,7 +38,7 @@ builtins.toJSON { "workbench.colorTheme" = { - dark = "Gruvbox Dark Hard"; + dark = "GitHub Dark"; light = "GitHub Light"; } .${config.myConfig.theme};