Skip to content

Commit

Permalink
chore: cleanup for new session
Browse files Browse the repository at this point in the history
  • Loading branch information
tigion committed Apr 11, 2024
1 parent f2c04b0 commit e600741
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
18 changes: 13 additions & 5 deletions data/colors.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,14 @@
"id": "Richard",
"color": { "r": 238, "g": 130, "b": 238 }
},
{
"id": "s85610",
"color": { "r": 69, "g": 47, "b": 51 }
},
{
"id": "s85265",
"color": { "r": 247, "g": 77, "b": 77 }
},

{
"_comment": "Reihe 1 Platz 1",
Expand All @@ -172,7 +180,7 @@
{
"_comment": "Reihe 1 Platz 4",
"id": "",
"color": { "r": 200, "g": 40, "b": 30 }
"color": { "r": 255, "g": 255, "b": 255 }
},
{
"_comment": "Reihe 1 Platz 5",
Expand All @@ -187,13 +195,13 @@

{
"_comment": "Reihe 2 Platz 1",
"id": "s85610",
"color": { "r": 69, "g": 47, "b": 51 }
"id": "",
"color": { "r": 255, "g": 255, "b": 255 }
},
{
"_comment": "Reihe 2 Platz 2",
"id": "s85265",
"color": { "r": 247, "g": 77, "b": 77 }
"id": "",
"color": { "r": 255, "g": 255, "b": 255 }
},
{
"_comment": "Reihe 2 Platz 3",
Expand Down
2 changes: 1 addition & 1 deletion data/colors_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{
"_comment": "Reihe 1 Platz 4",
"id": "",
"color": { "r": 200, "g": 40, "b": 30 }
"color": { "r": 255, "g": 255, "b": 255 }
},
{
"_comment": "Reihe 1 Platz 5",
Expand Down

0 comments on commit e600741

Please sign in to comment.