From: Kevin Ottens Date: Wed, 21 Oct 2020 11:46:51 +0000 (+0200) Subject: Use the Theme colors for the header part of the window X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~22^2~98^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c6c2d4cf4c888bed8500468fdc3d99c0220b2ae4;p=nextcloud-desktop.git Use the Theme colors for the header part of the window Signed-off-by: Kevin Ottens --- 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"