diff options
author | Florent Revest <revestflo@gmail.com> | 2016-07-31 12:21:40 +0200 |
---|---|---|
committer | Florent Revest <revestflo@gmail.com> | 2016-07-31 12:21:40 +0200 |
commit | aaeb38307751306824878e56dbc293005a3ec8aa (patch) | |
tree | c9b8c7b1f4f07ce154401768d0b034afed7631ea | |
parent | c1ddce70d499d018e9f11b571c2ac4038386733b (diff) |
Adds a stronger gradient background
-rw-r--r-- | main.qml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |