aboutsummaryrefslogtreecommitdiff
path: root/main.qml
diff options
context:
space:
mode:
authorFlorent Revest <revestflo@gmail.com>2016-07-31 12:21:40 +0200
committerFlorent Revest <revestflo@gmail.com>2016-07-31 12:21:40 +0200
commitaaeb38307751306824878e56dbc293005a3ec8aa (patch)
treec9b8c7b1f4f07ce154401768d0b034afed7631ea /main.qml
parentc1ddce70d499d018e9f11b571c2ac4038386733b (diff)
Adds a stronger gradient background
Diffstat (limited to '')
-rw-r--r--main.qml4
1 files changed, 2 insertions, 2 deletions
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"