Add indicator properties to Glass theme
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user