From fa3bf6f5df9ce678189a50a1c62878b82fd4f19d Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Wed, 8 Apr 2026 17:43:32 +0200 Subject: [PATCH] make ScrollEdgeFade color less weird --- .../quickshell/ii/modules/common/widgets/ScrollEdgeFade.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/quickshell/ii/modules/common/widgets/ScrollEdgeFade.qml b/dots/.config/quickshell/ii/modules/common/widgets/ScrollEdgeFade.qml index 5c19f818a..de30e4368 100644 --- a/dots/.config/quickshell/ii/modules/common/widgets/ScrollEdgeFade.qml +++ b/dots/.config/quickshell/ii/modules/common/widgets/ScrollEdgeFade.qml @@ -7,7 +7,7 @@ Item { z: 99 required property Item target property real fadeSize: Appearance.m3colors.darkmode ? 40 : 20 - property color color: ColorUtils.transparentize(Appearance.colors.colShadow, Appearance.m3colors.darkmode ? 0 : 0.7) + property color color: Appearance.colors.colLayer1Base property bool vertical: true anchors.fill: target