From 8485ad994f4c459250f18cafcc6b5d2bd59d3156 Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Sat, 17 May 2025 23:47:32 +0200 Subject: [PATCH] style: switch to Black Metal Venom --- modules/style/colors.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/style/colors.nix b/modules/style/colors.nix index 07934ae..800bfc0 100644 --- a/modules/style/colors.nix +++ b/modules/style/colors.nix @@ -35,7 +35,7 @@ in { name = mkOption { type = nullOr (enum ["Catppuccin Mocha" "Zenburn" "Black Metal Venom" "Gruvbox"]); description = "The colorscheme that should be used globally to theme your system."; - default = "Gruvbox"; + default = "Black Metal Venom"; }; slug = mkOption {