summaryrefslogtreecommitdiffstats
path: root/qml/BootScreen.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/BootScreen.qml')
-rw-r--r--qml/BootScreen.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/BootScreen.qml b/qml/BootScreen.qml
index 69772a1..4d4615d 100644
--- a/qml/BootScreen.qml
+++ b/qml/BootScreen.qml
@@ -30,7 +30,7 @@ import QtQuick 2.0
Rectangle {
id: bootScreen
- color: "#09102b"
+ color: viewSettings.backgroundColor
opacity: 0.95
Column {