summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/Appearance.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Appearance.qml b/config/Appearance.qml
index b17b125..1a2f059 100644
--- a/config/Appearance.qml
+++ b/config/Appearance.qml
@@ -23,7 +23,7 @@ Singleton {
return c;
c = Qt.rgba(c.r, c.g, c.b, layer ? transparency.layers : transparency.base);
if (layer)
- c.hsvValue = Math.max(0, Math.min(1, c.hslLightness + (light ? -0.2 : 0.1)));
+ c.hsvValue = Math.max(0, Math.min(1, c.hslLightness + (light ? -0.2 : 0.2)));
return c;
}