From 31e71ca7a5f98b748301cf444e7e0d9bf934d039 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Fri, 24 May 2024 08:08:26 +0200 Subject: [PATCH] Switch to the dark gruvbox theme --- modules/home/vscode.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/home/vscode.nix b/modules/home/vscode.nix index 99ddad0..58a6353 100644 --- a/modules/home/vscode.nix +++ b/modules/home/vscode.nix @@ -24,6 +24,7 @@ open-vsx.aaron-bond.better-comments open-vsx.github.github-vscode-theme + open-vsx.jdinhlife.gruvbox open-vsx.pkief.material-icon-theme ]; }; @@ -35,7 +36,7 @@ builtins.toJSON { "workbench.colorTheme" = { - dark = "GitHub Dark"; + dark = "Gruvbox Dark Hard"; light = "GitHub Light"; } .${config.myConfig.de.theme};