summaryrefslogtreecommitdiffstats
path: root/app/HVAC.qml
diff options
context:
space:
mode:
authorTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2017-12-15 23:36:56 +0900
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-12-15 16:08:17 +0000
commit31aa71161840d08dd8ca04590ef9fbcc40a8efeb (patch)
tree9321b8376e8250618f11a1a45ffd47fa233e7b0e /app/HVAC.qml
parentb42fd7a17ca4b02b832f9f52a32b1af7e49eddbd (diff)
Update to new color schemeeel_4.99.5eel/4.99.54.99.5
The color scheme has been changed to new one. Bug-AGL: SPEC-673 Change-Id: I713a8116931524505aa549c68d27559ae518a612 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Diffstat (limited to 'app/HVAC.qml')
-rw-r--r--app/HVAC.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/HVAC.qml b/app/HVAC.qml
index 0d60cbd..b3be443 100644
--- a/app/HVAC.qml
+++ b/app/HVAC.qml
@@ -88,7 +88,7 @@ ApplicationWindow {
offImage: './images/HMI_HVAC_Inactive.svg'
Label {
anchors.centerIn: parent
- color: parent.checked ? '#66FF99' : '#848286'
+ color: parent.checked ? '#00ADDC' : '#848286'
text: 'A/C'
font.pixelSize: parent.height / 3
}
@@ -101,7 +101,7 @@ ApplicationWindow {
offImage: './images/HMI_HVAC_Inactive.svg'
Label {
anchors.centerIn: parent
- color: parent.checked ? '#66FF99' : '#848286'
+ color: parent.checked ? '#00ADDC' : '#848286'
text: 'AUTO'
font.pixelSize: parent.height / 3
}