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:
parent
d395780b9c
commit
458d283547
1 changed files with 6 additions and 6 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue