diff --git a/systems/common/spiceify.nix b/systems/common/spiceify.nix index 7347314..61d9b08 100644 --- a/systems/common/spiceify.nix +++ b/systems/common/spiceify.nix @@ -8,19 +8,16 @@ in { programs.spicetify = { enable = true; - theme = spicePkgs.themes.catppuccin; - colorScheme = "frappe"; + theme = spicePkgs.themes.text; + colorScheme = "CatppuccinLatte"; enabledExtensions = with spicePkgs.extensions; [ - fullAppDisplay shuffle # shuffle+ (special characters are sanitized out of ext names) - hidePodcasts groupSession - playlistIntersection - skipStats - phraseToPlaylist wikify - songStats + fullScreen + playlistIntersection + phraseToPlaylist ]; }; }