From c3746fa1068696326bb8e28af85b3fea61fd7621 Mon Sep 17 00:00:00 2001 From: miruka Date: Wed, 24 Jul 2019 16:28:56 -0400 Subject: [PATCH] Set display name saturation to match base colors --- src/themes/Default.qpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/themes/Default.qpl b/src/themes/Default.qpl index 7e2dd773..091d7fba 100644 --- a/src/themes/Default.qpl +++ b/src/themes/Default.qpl @@ -122,8 +122,8 @@ controls: real opacity: 1.0 displayName: - int saturation: 45 - int lightness: 55 + int saturation: colors.saturation + int lightness: Math.min(55, colors.intensity * 55) // Special UI parts