@@ -27,11 +27,11 @@ ApplicationWindow {
2727
2828 // qmlfmt formats this map in a weird way, but the code is fine
2929 property var primarySwatches: {
30- 0 : Theme .primaryDark ,
31- 1 : Theme .primaryMediumDark ,
32- 2 : Theme .primaryMedium ,
33- 3 : Theme .primaryMediumLight ,
34- 4 : Theme .primaryLight
30+ " 0 " : Theme .primaryDark ,
31+ " 1 " : Theme .primaryMediumDark ,
32+ " 2 " : Theme .primaryMedium ,
33+ " 3 " : Theme .primaryMediumLight ,
34+ " 4 " : Theme .primaryLight
3535 }
3636
3737 Repeater {
@@ -50,11 +50,11 @@ ApplicationWindow {
5050
5151 // qmlfmt formats this map in a weird way, but the code is fine
5252 property var secondarySwatches: {
53- 0 : Theme .secondaryDark ,
54- 1 : Theme .secondaryMediumDark ,
55- 2 : Theme .secondaryMedium ,
56- 3 : Theme .secondaryMediumLight ,
57- 4 : Theme .secondaryLight
53+ " 0 " : Theme .secondaryDark ,
54+ " 1 " : Theme .secondaryMediumDark ,
55+ " 2 " : Theme .secondaryMedium ,
56+ " 3 " : Theme .secondaryMediumLight ,
57+ " 4 " : Theme .secondaryLight
5858 }
5959
6060 Repeater {
@@ -73,11 +73,11 @@ ApplicationWindow {
7373
7474 // qmlfmt formats this map in a weird way, but the code is fine
7575 property var neutralSwatches: {
76- 0 : Theme .neutralDark ,
77- 1 : Theme .neutralMediumDark ,
78- 2 : Theme .neutralMedium ,
79- 3 : Theme .neutralMediumLight ,
80- 4 : Theme .neutralLight
76+ " 0 " : Theme .neutralDark ,
77+ " 1 " : Theme .neutralMediumDark ,
78+ " 2 " : Theme .neutralMedium ,
79+ " 3 " : Theme .neutralMediumLight ,
80+ " 4 " : Theme .neutralLight
8181 }
8282
8383 Repeater {
@@ -96,11 +96,11 @@ ApplicationWindow {
9696
9797 // qmlfmt formats this map in a weird way, but the code is fine
9898 property var accentSwatches: {
99- 0 : Theme .accentDark ,
100- 1 : Theme .accentMediumDark ,
101- 2 : Theme .accentMedium ,
102- 3 : Theme .accentMediumLight ,
103- 4 : Theme .accentLight
99+ " 0 " : Theme .accentDark ,
100+ " 1 " : Theme .accentMediumDark ,
101+ " 2 " : Theme .accentMedium ,
102+ " 3 " : Theme .accentMediumLight ,
103+ " 4 " : Theme .accentLight
104104 }
105105
106106 Repeater {
@@ -119,11 +119,11 @@ ApplicationWindow {
119119
120120 // qmlfmt formats this map in a weird way, but the code is fine
121121 property var accentOtherSwatches: {
122- 0 : Theme .accentOtherDark ,
123- 1 : Theme .accentOtherMediumDark ,
124- 2 : Theme .accentOtherMedium ,
125- 3 : Theme .accentOtherMediumLight ,
126- 4 : Theme .accentOtherLight
122+ " 0 " : Theme .accentOtherDark ,
123+ " 1 " : Theme .accentOtherMediumDark ,
124+ " 2 " : Theme .accentOtherMedium ,
125+ " 3 " : Theme .accentOtherMediumLight ,
126+ " 4 " : Theme .accentOtherLight
127127 }
128128
129129 Repeater {
0 commit comments