projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2e3f9d
)
Use the Theme colors for the header part of the window
author
Kevin Ottens
<kevin.ottens@nextcloud.com>
Wed, 21 Oct 2020 11:46:51 +0000
(13:46 +0200)
committer
Kevin Ottens
<kevin.ottens@nextcloud.com>
Wed, 21 Oct 2020 11:46:51 +0000
(13:46 +0200)
Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
theme/Style/Style.qml
patch
|
blob
|
history
diff --git
a/theme/Style/Style.qml
b/theme/Style/Style.qml
index 039a77cb9f29240e23b0e44664cb51c6acf4182d..7a0679188512cd8e2b95f4aa4c29745070e8bcdf 100644
(file)
--- a/
theme/Style/Style.qml
+++ b/
theme/Style/Style.qml
@@
-3,10
+3,12
@@
pragma Singleton
// Minimum for this is Qt 5.5
\r
import QtQuick 2.5
\r
\r
+import com.nextcloud.desktopclient 1.0
\r
+
\r
QtObject {
\r
// Colors
\r
- property color ncBlue:
"#0082c9"
\r
- property color ncTextColor:
"white"
\r
+ property color ncBlue:
Theme.wizardHeaderBackgroundColor
\r
+ property color ncTextColor:
Theme.wizardHeaderTitleColor
\r
property color lightHover: "#f7f7f7"
\r
property color menuBorder: "#bdbdbd"
\r
\r