瀏覽代碼

Use the Theme colors for the header part of the window

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
Kevin Ottens 5 年之前
父節點
當前提交
c6c2d4cf4c
共有 1 個文件被更改,包括 4 次插入2 次删除
  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"