Parcourir la source

Use the Theme colors for the header part of the window

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
Kevin Ottens il y a 5 ans
Parent
commit
c6c2d4cf4c
1 fichiers modifiés avec 4 ajouts et 2 suppressions
  1. 4 2
      theme/Style/Style.qml

+ 4 - 2
theme/Style/Style.qml

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