diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-03-30 11:39:58 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-03-30 11:39:58 +0200 |
commit | 15fc8cb879f4fa2f899a827e13bfecf0b966379d (patch) | |
tree | 79635d454b5f8893b0f970b1e213ffe8f0be6deb | |
parent | 8f9175f4e4124875d45bc05d7f7a69311b746985 (diff) | |
download | kube-15fc8cb879f4fa2f899a827e13bfecf0b966379d.tar.gz kube-15fc8cb879f4fa2f899a827e13bfecf0b966379d.zip |
use kube theme in Mail.qml
-rw-r--r-- | components/mail/contents/ui/Mail.qml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/components/mail/contents/ui/Mail.qml b/components/mail/contents/ui/Mail.qml index a2b25035..6779cd10 100644 --- a/components/mail/contents/ui/Mail.qml +++ b/components/mail/contents/ui/Mail.qml | |||
@@ -145,7 +145,7 @@ Controls2.ApplicationWindow { | |||
145 | Rectangle { | 145 | Rectangle { |
146 | anchors.fill: parent | 146 | anchors.fill: parent |
147 | 147 | ||
148 | color: Kirigami.Theme.backgroundColor | 148 | color: KubeTheme.Colors.backgroundColor |
149 | } | 149 | } |
150 | //END background | 150 | //END background |
151 | 151 | ||
@@ -164,7 +164,7 @@ Controls2.ApplicationWindow { | |||
164 | Layout.maximumWidth: app.width * 0.25 | 164 | Layout.maximumWidth: app.width * 0.25 |
165 | Layout.minimumWidth: Kirigami.Units.gridUnit * 5 | 165 | Layout.minimumWidth: Kirigami.Units.gridUnit * 5 |
166 | 166 | ||
167 | color: Kirigami.Theme.textColor | 167 | color: KubeTheme.Colors.textColor |
168 | 168 | ||
169 | Controls2.ToolBar { | 169 | Controls2.ToolBar { |
170 | id: toolBar | 170 | id: toolBar |
@@ -220,7 +220,7 @@ Controls2.ApplicationWindow { | |||
220 | margins: Kirigami.Units.largeSpacing | 220 | margins: Kirigami.Units.largeSpacing |
221 | } | 221 | } |
222 | 222 | ||
223 | color: "#27ae60" | 223 | color: KubeTheme.Colors.positveColor |
224 | clip: true | 224 | clip: true |
225 | 225 | ||
226 | height: Kirigami.Units.gridUnit * 1.5 | 226 | height: Kirigami.Units.gridUnit * 1.5 |
@@ -229,7 +229,7 @@ Controls2.ApplicationWindow { | |||
229 | anchors.centerIn: parent | 229 | anchors.centerIn: parent |
230 | 230 | ||
231 | text: qsTr("New Email") | 231 | text: qsTr("New Email") |
232 | color: "white" | 232 | color: KubeTheme.Colors.highlightedTextColor |
233 | } | 233 | } |
234 | //iconName: "mail-message-new" | 234 | //iconName: "mail-message-new" |
235 | //Controls2.Tooltip.text: "compose new email" | 235 | //Controls2.Tooltip.text: "compose new email" |
@@ -291,7 +291,7 @@ Controls2.ApplicationWindow { | |||
291 | Text { | 291 | Text { |
292 | text: model.name | 292 | text: model.name |
293 | font.weight: Font.DemiBold | 293 | font.weight: Font.DemiBold |
294 | color: "white" | 294 | color: KubeTheme.Colors.highlightedTextColor |
295 | } | 295 | } |
296 | 296 | ||
297 | ToolButton { | 297 | ToolButton { |