summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/main.qml
diff options
context:
space:
mode:
authorGravatar Joakim Bygdell <j.bygdell@gmail.com>2017-07-14 15:44:40 +0200
committerGravatar Joakim Bygdell <j.bygdell@gmail.com>2017-07-14 15:44:45 +0200
commit2ecd7e58d4bcead350364cfbc218e082b4edd088 (patch)
tree508a7054845177ea208e1673e5fbd8611e4468e4 /mobile-widgets/qml/main.qml
parent9f3a5656010e6e6b3ad378de0f521837e0cad29e (diff)
downloadsubsurface-2ecd7e58d4bcead350364cfbc218e082b4edd088.tar.gz
QML UI: Change the pink color
This changes the pink primary color to match the tone of the blue primary color. Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
Diffstat (limited to 'mobile-widgets/qml/main.qml')
-rw-r--r--mobile-widgets/qml/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml
index 70b19b18a..101e4cb4f 100644
--- a/mobile-widgets/qml/main.qml
+++ b/mobile-widgets/qml/main.qml
@@ -375,7 +375,7 @@ if you have network connectivity and want to sync your data to cloud storage."),
property color blueSecondaryTextColor: "#757575"
// colors for the pink theme
- property color pinkDarkerPrimaryColor: "#FF1493"
+ property color pinkDarkerPrimaryColor: "#C2185B"
property color pinkDarkerPrimaryTextColor: "#ECECEC"
property color pinkPrimaryColor: "#FF69B4"
property color pinkPrimaryTextColor: "#212121"