From c6c2d4cf4c888bed8500468fdc3d99c0220b2ae4 Mon Sep 17 00:00:00 2001 From: Kevin Ottens Date: Wed, 21 Oct 2020 13:46:51 +0200 Subject: [PATCH] Use the Theme colors for the header part of the window Signed-off-by: Kevin Ottens --- theme/Style/Style.qml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/theme/Style/Style.qml b/theme/Style/Style.qml index 039a77cb9..7a0679188 100644 --- a/theme/Style/Style.qml +++ b/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" -- 2.30.2