mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
make ScrollEdgeFade color less weird
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user