From f52ec09d838f3f77cca65ecf32a0fbe0c3e5e7f6 Mon Sep 17 00:00:00 2001 From: miruka Date: Tue, 17 Mar 2020 17:59:57 -0400 Subject: [PATCH] Midnight: make own messages color more distinct --- src/themes/Midnight.qpl | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/themes/Midnight.qpl b/src/themes/Midnight.qpl index 90eb76ae..9508b017 100644 --- a/src/themes/Midnight.qpl +++ b/src/themes/Midnight.qpl @@ -40,9 +40,12 @@ colors: real opacity: 1.0 - color weakBackground: hsluv(hue, bgSaturation, intensity * 9, opacity) - color mediumBackground: hsluv(hue, bgSaturation, intensity * 6.8, opacity) - color strongBackground: hsluv(hue, bgSaturation * 2,intensity * 2, opacity) + color weakBackground: + hsluv(hue, bgSaturation * 1.5, intensity * 7, opacity) + color mediumBackground: + hsluv(hue, bgSaturation, intensity * 7, opacity) + color strongBackground: + hsluv(hue, bgSaturation * 2,intensity * 2, opacity) color accentBackground: hsluv(hue, saturation, intensity * 32, 1) color accentElement: hsluv(hue, saturation * 1.5, intensity * 52, 1) @@ -352,7 +355,7 @@ chat: int verticalSpacing: theme.spacing / 1.75 color background: colors.mediumBackground - color ownBackground: colors.strongBackground + color ownBackground: colors.weakBackground color body: colors.text color date: colors.dimText