Use the Theme colors for the header part of the window

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
This commit is contained in:
Kevin Ottens 2020-10-21 13:46:51 +02:00
parent a2e3f9d63a
commit c6c2d4cf4c
No known key found for this signature in database
GPG key ID: 074BBBCB8DECC9E2

View file

@ -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"