From 28fcb10993c841adf15228ed3c9b5c92ac13db0e Mon Sep 17 00:00:00 2001 From: Bart De Vries Date: Tue, 6 Feb 2024 19:58:57 +0100 Subject: [PATCH] Fix mobile player background on dark theme --- src/qml/Mobile/FooterBar.qml | 5 +++-- src/qml/Mobile/MobilePlayerControls.qml | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/qml/Mobile/FooterBar.qml b/src/qml/Mobile/FooterBar.qml index dcfe532f..730be9ce 100644 --- a/src/qml/Mobile/FooterBar.qml +++ b/src/qml/Mobile/FooterBar.qml @@ -122,9 +122,10 @@ Flickable { background: MultiEffect { source: backgroundImage anchors.fill: parent + opacity: 0.2 - brightness: 0.55 - saturation: -0.4 + brightness: 0.3 + saturation: 2 contrast: -0.7 blurMax: 64 blur: 1.0 diff --git a/src/qml/Mobile/MobilePlayerControls.qml b/src/qml/Mobile/MobilePlayerControls.qml index 541fc48a..3a23d069 100644 --- a/src/qml/Mobile/MobilePlayerControls.qml +++ b/src/qml/Mobile/MobilePlayerControls.qml @@ -43,9 +43,10 @@ Kirigami.Page { background: MultiEffect { source: backgroundImage anchors.fill: parent + opacity: 0.2 - brightness: 0.55 - saturation: -0.4 + brightness: 0.3 + saturation: 2 contrast: -0.7 blurMax: 64 blur: 1.0