Use the Theme colors for the header part of the window
authorKevin Ottens <kevin.ottens@nextcloud.com>
Wed, 21 Oct 2020 11:46:51 +0000 (13:46 +0200)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Wed, 21 Oct 2020 11:46:51 +0000 (13:46 +0200)
Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
theme/Style/Style.qml

index 039a77cb9f29240e23b0e44664cb51c6acf4182d..7a0679188512cd8e2b95f4aa4c29745070e8bcdf 100644 (file)
@@ -3,10 +3,12 @@ pragma Singleton
 // Minimum for this is Qt 5.5\r
 import QtQuick 2.5\r
 \r
+import com.nextcloud.desktopclient 1.0\r
+\r
 QtObject {\r
     // Colors\r
-    property color ncBlue:      "#0082c9"\r
-    property color ncTextColor: "white"\r
+    property color ncBlue:      Theme.wizardHeaderBackgroundColor\r
+    property color ncTextColor: Theme.wizardHeaderTitleColor\r
     property color lightHover:  "#f7f7f7"\r
     property color menuBorder:  "#bdbdbd"\r
 \r