From aaeb38307751306824878e56dbc293005a3ec8aa Mon Sep 17 00:00:00 2001 From: Florent Revest Date: Sun, 31 Jul 2016 12:21:40 +0200 Subject: Adds a stronger gradient background --- main.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.qml') diff --git a/main.qml b/main.qml index 7138451..e9d48e3 100644 --- a/main.qml +++ b/main.qml @@ -56,8 +56,8 @@ Application { id: mainPage anchors.fill: parent gradient: Gradient { - GradientStop { position: 0.0; color: "#F07060" } - GradientStop { position: 1.0; color: "#DD5E4E" } + GradientStop { position: 0.0; color: "#e9856e" } + GradientStop { position: 1.0; color: "#d3155b" } } state: "zero" -- cgit v1.2.3-54-g00ecf