From 2ecd7e58d4bcead350364cfbc218e082b4edd088 Mon Sep 17 00:00:00 2001 From: Joakim Bygdell Date: Fri, 14 Jul 2017 15:44:40 +0200 Subject: 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 --- mobile-widgets/qml/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mobile-widgets') 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" -- cgit v1.2.3-70-g09d2