summaryrefslogtreecommitdiffstats
path: root/tests/manual/qmltheme/qml/qmltheme/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qmltheme/qml/qmltheme/main.qml')
-rw-r--r--tests/manual/qmltheme/qml/qmltheme/main.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/manual/qmltheme/qml/qmltheme/main.qml b/tests/manual/qmltheme/qml/qmltheme/main.qml
index 9c1bb29..a3cf72c 100644
--- a/tests/manual/qmltheme/qml/qmltheme/main.qml
+++ b/tests/manual/qmltheme/qml/qmltheme/main.qml
@@ -49,6 +49,8 @@ Item {
theme: GraphsTheme.Theme.QtGreen
colorStyle: GraphsTheme.ObjectGradient
plotAreaBackgroundColor: "gray"
+ baseColors: [surfaceColor]
+ baseGradients: [customGradient]
gridMainColor: "lightGray"
multiHighlightColor: "orange"
singleHighlightColor: "yellow"