From 71d9aafcd68bc31ba4d75509eb42272c813a1ee6 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 21 Jun 2017 11:54:33 -0700 Subject: QML UI: Linus requested Hot Pink as color scheme He started the project, he gets to have his color preference. Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/main.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mobile-widgets/qml') diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index f0d11dca7..7fb2eec7b 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -311,11 +311,11 @@ Kirigami.ApplicationWindow { property int titlePointSize: Math.round(fontMetrics.font.pointSize * 1.5) property int smallPointSize: Math.round(fontMetrics.font.pointSize * 0.8) - property color darkPrimaryColor: "#303F9f" + property color darkPrimaryColor: "#FF1493" property color darkPrimaryTextColor: "#ECECEC" - property color primaryColor: "#3F51B5" + property color primaryColor: "#FF69B4" property color primaryTextColor: "#ECECEC" - property color lightPrimaryColor: "#C5CAE9" + property color lightPrimaryColor: "#FFDDF4" property color lightPrimaryTextColor: "#212121" property color contrastAccentColor: "#FF9800" // used for delete button -- cgit v1.2.3-70-g09d2