From 458d283547015183db68b82f17244ad9bbce0ddf Mon Sep 17 00:00:00 2001 From: Flameopathic <64027365+Flameopathic@users.noreply.github.com> Date: Fri, 11 Jul 2025 06:45:17 -0400 Subject: [PATCH] spicetify: make background color different from text (#1626) Closes: https://github.com/nix-community/stylix/issues/1615 Link: https://github.com/nix-community/stylix/pull/1626 Reviewed-by: awwpotato Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com> --- modules/spicetify/spicetify.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/spicetify/spicetify.nix b/modules/spicetify/spicetify.nix index 6b03bed5..045230c6 100644 --- a/modules/spicetify/spicetify.nix +++ b/modules/spicetify/spicetify.nix @@ -27,13 +27,13 @@ mkTarget { highlight = ${base02} highlight-elevated = ${base03} sidebar = ${base01} - player = ${base05} - card = ${base04} + player = ${base04} + card = ${base03} shadow = ${base00} - selected-row = ${base05} - button = ${base05} - button-active = ${base05} - button-disabled = ${base04} + selected-row = ${base04} + button = ${base04} + button-active = ${base04} + button-disabled = ${base03} tab-active = ${base02} notification = ${base02} notification-error = ${base08}