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 <awwpotato@voidq.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
Flameopathic 2025-07-11 06:45:17 -04:00 committed by GitHub
parent d395780b9c
commit 458d283547
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}