diff --git a/hand7s/programs/spicetify.nix b/hand7s/programs/spicetify.nix index 3f7be81..98c3463 100644 --- a/hand7s/programs/spicetify.nix +++ b/hand7s/programs/spicetify.nix @@ -13,7 +13,7 @@ ]; theme = lib.mkForce self.inputs.spicetify-nix.legacyPackages.${pkgs.stdenv.hostPlatform.system}.themes.text; - colorScheme = lib.mkForce "TokyoNight"; + colorScheme = lib.mkForce "TokyoNightStorm"; }; }; }