Skip to content

Commit

Permalink
ProSpotify.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ProChopa authored Apr 24, 2024
1 parent c0fb7f3 commit e6d493b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ProSpotify.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ function toggleDark(setDark) {
setRootColor("shadow", textColorBg);
setRootColor("card", setDark ? "#040404" : "#ECECEC");
setRootColor("subtext", setDark ? "#EAEAEA" : "#3D3D3D");
setRootColor("selected-row", setDark ? "#EAEAEA" : "#3D3D3D");
setRootColor("main-elevated", setDark ? "#303030" : "#DDDDDD");
setRootColor("notification", setDark ? "#303030" : "#DDDDDD");
setRootColor("highlight-elevated", setDark ? "#303030" : "#DDDDDD");
Expand Down Expand Up @@ -297,7 +298,6 @@ function updateColors(textColHex) {
setRootColor("text", textColHex);
setRootColor("button", darkerColHex);
setRootColor("button-active", darkColHex);
setRootColor("selected-row", darkerColHex);
setRootColor("tab-active", softHighlightHex);
setRootColor("button-disabled", softHighlightHex);
let softerHighlightHex = setLightness(textColHex, isLightBg ? 0.9 : 0.1);
Expand Down

0 comments on commit e6d493b

Please sign in to comment.