Reduce saturation of last play hints.

This commit is contained in:
yukirij 2024-10-02 00:48:00 -07:00
parent 12882cbd27
commit bb1fce886a

View File

@ -21,12 +21,12 @@ const INTERFACE = {
Dawn: "#ffe082", Dawn: "#ffe082",
DawnMedium: "#fca03f", DawnMedium: "#fca03f",
DawnDark: "#ff6d00", DawnDark: "#ff6d00",
DawnDarkest: "#4c2100", DawnDarkest: "#4c3422",
Dusk: "#f6a1bd", Dusk: "#f6a1bd",
DuskMedium: "#e84a79", DuskMedium: "#e84a79",
DuskDark: "#c51162", DuskDark: "#c51162",
DuskDarkest: "#4c0625", DuskDarkest: "#4c2235",
HintHover: "#71a1e8", HintHover: "#71a1e8",
HintSelect: "#4a148c", HintSelect: "#4a148c",