From 05ebe955d03ff7f74328d229abcf3f83748a30d4 Mon Sep 17 00:00:00 2001 From: miruka Date: Thu, 12 Mar 2020 23:26:50 -0400 Subject: [PATCH] Fix accentBackground/Element colors --- src/themes/Glass.qpl | 8 ++++---- src/themes/Midnight.qpl | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/themes/Glass.qpl b/src/themes/Glass.qpl index d0312748..2f318627 100644 --- a/src/themes/Glass.qpl +++ b/src/themes/Glass.qpl @@ -43,13 +43,13 @@ colors: hsluv(hue, bgSaturation * 2, intensity * 2, Math.max(0.6, opacity)) color accentBackground: - hsluv(hue, saturation * 1.5, intensity * 32, Math.max(0.9, opacity)) + hsluv(hue, saturation * 1.5, intensity * 42, 1) color accentElement: - hsluv(hue, saturation * 1.5, intensity * 52, Math.max(0.6, opacity)) + hsluv(hue, saturation * 1.5, intensity * 52, 1) color strongAccentElement: - hsluv(hue, saturation * 1.5, intensity * 72, Math.max(0.6, opacity)) + hsluv(hue, saturation * 1.5, intensity * 72, 1) color positiveBackground: hsluv(155, saturation * 1.5, intensity * 52, Math.max(0.6, opacity)) @@ -259,7 +259,7 @@ mainPane: topBar: color background: colors.strongBackground - color placeholderLogo: colors.accentElement + color placeholderLogo: colors.strongAccentElement color nameVersionLabel: colors.text account: diff --git a/src/themes/Midnight.qpl b/src/themes/Midnight.qpl index c3743996..9b08dded 100644 --- a/src/themes/Midnight.qpl +++ b/src/themes/Midnight.qpl @@ -266,7 +266,7 @@ mainPane: topBar: color background: colors.strongBackground - color placeholderLogo: colors.accentElement + color placeholderLogo: colors.strongAccentElement color nameVersionLabel: colors.text account: