Change accentText hue
This commit is contained in:
parent
2d031a3fd2
commit
186d42a45e
|
@ -53,7 +53,7 @@ colors:
|
||||||
color halfDimText: hsluv(0, 0, intensity * 70)
|
color halfDimText: hsluv(0, 0, intensity * 70)
|
||||||
color dimText: hsluv(0, 0, intensity * 55)
|
color dimText: hsluv(0, 0, intensity * 55)
|
||||||
color dimmerText: hsluv(0, 0, intensity * 30)
|
color dimmerText: hsluv(0, 0, intensity * 30)
|
||||||
color accentText: hsluv(hue - 10, saturation * 2.25, 60)
|
color accentText: hsluv(hue - 80, saturation * 2.25, 60)
|
||||||
color link: accentText
|
color link: accentText
|
||||||
color code: hsluv(hue + 5, saturation * 1.5, intensity * 60)
|
color code: hsluv(hue + 5, saturation * 1.5, intensity * 60)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user