From 89cf7fb191ca26ef9750b836abaa4016427f71da Mon Sep 17 00:00:00 2001 From: tiotrom Date: Tue, 5 Jan 2021 22:03:28 +0000 Subject: [PATCH] Update Presentation.qml --- calamares/qml/calamares/slideshow/Presentation.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/calamares/qml/calamares/slideshow/Presentation.qml b/calamares/qml/calamares/slideshow/Presentation.qml index 9dcf81d..c9bdcc0 100644 --- a/calamares/qml/calamares/slideshow/Presentation.qml +++ b/calamares/qml/calamares/slideshow/Presentation.qml @@ -76,6 +76,8 @@ Item { property bool keyShortcutsEnabled: true property color titleColor: textColor; + property color backgroundColor: #313338; + property color windowColor: #313338; property color textColor: "white" property string fontFamily: "Ubuntu Condensed" property string codeFontFamily: "Ubuntu Condensed"