summaryrefslogtreecommitdiff
path: root/config/Appearance.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-02 17:03:36 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-02 17:03:36 +1000
commit7cbfce800a57091c20c7596f0875c8075166d110 (patch)
tree96d277f409c3ac2777af16d8eca6508f8c554a81 /config/Appearance.qml
parentlauncher: animate content (diff)
downloadcaelestia-shell-7cbfce800a57091c20c7596f0875c8075166d110.tar.gz
caelestia-shell-7cbfce800a57091c20c7596f0875c8075166d110.tar.bz2
caelestia-shell-7cbfce800a57091c20c7596f0875c8075166d110.zip
launcher: better app items
Also config max shown Custom cursor for styled text field
Diffstat (limited to 'config/Appearance.qml')
-rw-r--r--config/Appearance.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Appearance.qml b/config/Appearance.qml
index dcd1308..728021d 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.2)));
+ c.hsvValue = Math.max(0, Math.min(1, c.hslLightness + (light ? -0.2 : 0.2))); // TODO: edit based on colours (hue or smth)
return c;
}