aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/animation/basics/animators.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/animation/basics/animators.qml')
-rw-r--r--examples/quick/animation/basics/animators.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/quick/animation/basics/animators.qml b/examples/quick/animation/basics/animators.qml
index 3454eca13c..df1bd55be7 100644
--- a/examples/quick/animation/basics/animators.qml
+++ b/examples/quick/animation/basics/animators.qml
@@ -48,10 +48,10 @@ Item {
Rectangle {
anchors.fill: parent
gradient: Gradient {
- GradientStop { position: 0.0; color: "DeepSkyBlue" }
- GradientStop { position: 0.499; color: "LightSkyBlue" }
- GradientStop { position: 0.5; color: "ForestGreen" }
- GradientStop { position: 1.0; color: "DarkGreen" }
+ GradientStop { position: 0.0; color: "#14148c" }
+ GradientStop { position: 0.499; color: "#14aaff" }
+ GradientStop { position: 0.5; color: "#80c342" }
+ GradientStop { position: 1.0; color: "#006325" }
}
}