Increase inputs color saturation

This commit is contained in:
miruka 2019-08-28 19:47:28 -04:00
parent 73af3bd2c5
commit 665211a8d3

View File

@ -47,7 +47,7 @@ colors:
color strongBackground: hsluv(hue, saturation, intensity * 6, opacity) color strongBackground: hsluv(hue, saturation, intensity * 6, opacity)
color inputBackground: color inputBackground:
hsluv(hue, saturation, intensity * 2, Math.max(0.6, opacity)) hsluv(hue, saturation * 1.25, intensity * 2, Math.max(0.6, opacity))
color accentBackground: color accentBackground:
hsluv(hue, saturation * 1.25, intensity * 42, Math.max(0.6, opacity)) hsluv(hue, saturation * 1.25, intensity * 42, Math.max(0.6, opacity))