Bladeren bron

Use the Theme colors for the header part of the window

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
Kevin Ottens 5 jaren geleden
bovenliggende
commit
c6c2d4cf4c
1 gewijzigde bestanden met toevoegingen van 4 en 2 verwijderingen
  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"