Add indicator properties to Glass theme
This commit is contained in:
parent
20ff6fe02a
commit
4f374081a7
|
@ -59,9 +59,6 @@ colors:
|
|||
color negativeBackground:
|
||||
hsluv(0, saturation * 1.5, intensity * 52, opacity)
|
||||
|
||||
color unreadBackground:
|
||||
hsluv(188, saturation * 1.5, intensity * 52, 1)
|
||||
|
||||
color alertBackground: negativeBackground
|
||||
|
||||
color brightText: hsluv(0, 0, intensity * 100)
|
||||
|
@ -293,6 +290,10 @@ mainPane:
|
|||
int avatarRadius: controls.avatar.radius
|
||||
int collapsedAvatarRadius: controls.avatar.radius
|
||||
|
||||
unreadIndicator:
|
||||
color background: colors.accentBackground
|
||||
color mentionBackground: colors.alertBackground
|
||||
|
||||
bottomBar:
|
||||
color background: colors.strongBackground
|
||||
color settingsButtonBackground: "transparent"
|
||||
|
|
Loading…
Reference in New Issue
Block a user