From ecfdd8ff2342fa0cadc2c7297d3966924f1b60be Mon Sep 17 00:00:00 2001 From: miruka Date: Tue, 10 Mar 2020 09:54:01 -0400 Subject: [PATCH] Glass.qpl: increase bgSaturation --- src/themes/Glass.qpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/themes/Glass.qpl b/src/themes/Glass.qpl index 7f9f23e2..3fcb925c 100644 --- a/src/themes/Glass.qpl +++ b/src/themes/Glass.qpl @@ -32,7 +32,7 @@ fontFamily: colors: int hue: 240 int saturation: 60 - int bgSaturation: saturation / 2 + int bgSaturation: saturation / 1.5 real intensity: 1.0 real opacity: 0.7 real bgOpacity: 0.5