Skip to content

Commit e600741

Browse files
committed
chore: cleanup for new session
1 parent f2c04b0 commit e600741

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

data/colors.json

+13-5
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,14 @@
153153
"id": "Richard",
154154
"color": { "r": 238, "g": 130, "b": 238 }
155155
},
156+
{
157+
"id": "s85610",
158+
"color": { "r": 69, "g": 47, "b": 51 }
159+
},
160+
{
161+
"id": "s85265",
162+
"color": { "r": 247, "g": 77, "b": 77 }
163+
},
156164

157165
{
158166
"_comment": "Reihe 1 Platz 1",
@@ -172,7 +180,7 @@
172180
{
173181
"_comment": "Reihe 1 Platz 4",
174182
"id": "",
175-
"color": { "r": 200, "g": 40, "b": 30 }
183+
"color": { "r": 255, "g": 255, "b": 255 }
176184
},
177185
{
178186
"_comment": "Reihe 1 Platz 5",
@@ -187,13 +195,13 @@
187195

188196
{
189197
"_comment": "Reihe 2 Platz 1",
190-
"id": "s85610",
191-
"color": { "r": 69, "g": 47, "b": 51 }
198+
"id": "",
199+
"color": { "r": 255, "g": 255, "b": 255 }
192200
},
193201
{
194202
"_comment": "Reihe 2 Platz 2",
195-
"id": "s85265",
196-
"color": { "r": 247, "g": 77, "b": 77 }
203+
"id": "",
204+
"color": { "r": 255, "g": 255, "b": 255 }
197205
},
198206
{
199207
"_comment": "Reihe 2 Platz 3",

data/colors_template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
{
1818
"_comment": "Reihe 1 Platz 4",
1919
"id": "",
20-
"color": { "r": 200, "g": 40, "b": 30 }
20+
"color": { "r": 255, "g": 255, "b": 255 }
2121
},
2222
{
2323
"_comment": "Reihe 1 Platz 5",

0 commit comments

Comments
 (0)