From 4f374081a7a07b06d330c07c342fb8dc858a0f06 Mon Sep 17 00:00:00 2001 From: miruka Date: Thu, 16 Apr 2020 14:05:01 -0400 Subject: [PATCH] Add indicator properties to Glass theme --- src/themes/Glass.qpl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/themes/Glass.qpl b/src/themes/Glass.qpl index 8df5703b..5cc60b35 100644 --- a/src/themes/Glass.qpl +++ b/src/themes/Glass.qpl @@ -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"