Add indicator properties to Glass theme

This commit is contained in:
miruka 2020-04-16 14:05:01 -04:00
parent 20ff6fe02a
commit 4f374081a7

View File

@ -59,9 +59,6 @@ colors:
color negativeBackground: color negativeBackground:
hsluv(0, saturation * 1.5, intensity * 52, opacity) hsluv(0, saturation * 1.5, intensity * 52, opacity)
color unreadBackground:
hsluv(188, saturation * 1.5, intensity * 52, 1)
color alertBackground: negativeBackground color alertBackground: negativeBackground
color brightText: hsluv(0, 0, intensity * 100) color brightText: hsluv(0, 0, intensity * 100)
@ -293,6 +290,10 @@ mainPane:
int avatarRadius: controls.avatar.radius int avatarRadius: controls.avatar.radius
int collapsedAvatarRadius: controls.avatar.radius int collapsedAvatarRadius: controls.avatar.radius
unreadIndicator:
color background: colors.accentBackground
color mentionBackground: colors.alertBackground
bottomBar: bottomBar:
color background: colors.strongBackground color background: colors.strongBackground
color settingsButtonBackground: "transparent" color settingsButtonBackground: "transparent"