Fix accentBackground/Element colors
This commit is contained in:
parent
710891be90
commit
05ebe955d0
|
@ -43,13 +43,13 @@ colors:
|
||||||
hsluv(hue, bgSaturation * 2, intensity * 2, Math.max(0.6, opacity))
|
hsluv(hue, bgSaturation * 2, intensity * 2, Math.max(0.6, opacity))
|
||||||
|
|
||||||
color accentBackground:
|
color accentBackground:
|
||||||
hsluv(hue, saturation * 1.5, intensity * 32, Math.max(0.9, opacity))
|
hsluv(hue, saturation * 1.5, intensity * 42, 1)
|
||||||
|
|
||||||
color accentElement:
|
color accentElement:
|
||||||
hsluv(hue, saturation * 1.5, intensity * 52, Math.max(0.6, opacity))
|
hsluv(hue, saturation * 1.5, intensity * 52, 1)
|
||||||
|
|
||||||
color strongAccentElement:
|
color strongAccentElement:
|
||||||
hsluv(hue, saturation * 1.5, intensity * 72, Math.max(0.6, opacity))
|
hsluv(hue, saturation * 1.5, intensity * 72, 1)
|
||||||
|
|
||||||
color positiveBackground:
|
color positiveBackground:
|
||||||
hsluv(155, saturation * 1.5, intensity * 52, Math.max(0.6, opacity))
|
hsluv(155, saturation * 1.5, intensity * 52, Math.max(0.6, opacity))
|
||||||
|
@ -259,7 +259,7 @@ mainPane:
|
||||||
|
|
||||||
topBar:
|
topBar:
|
||||||
color background: colors.strongBackground
|
color background: colors.strongBackground
|
||||||
color placeholderLogo: colors.accentElement
|
color placeholderLogo: colors.strongAccentElement
|
||||||
color nameVersionLabel: colors.text
|
color nameVersionLabel: colors.text
|
||||||
|
|
||||||
account:
|
account:
|
||||||
|
|
|
@ -266,7 +266,7 @@ mainPane:
|
||||||
|
|
||||||
topBar:
|
topBar:
|
||||||
color background: colors.strongBackground
|
color background: colors.strongBackground
|
||||||
color placeholderLogo: colors.accentElement
|
color placeholderLogo: colors.strongAccentElement
|
||||||
color nameVersionLabel: colors.text
|
color nameVersionLabel: colors.text
|
||||||
|
|
||||||
account:
|
account:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user