Renamed GameColor to AppColor

This commit is contained in:
2026-05-21 18:31:15 +02:00
parent 021a546479
commit df8e060707
19 changed files with 80 additions and 78 deletions

View File

@@ -42,5 +42,5 @@ enum Ruleset {
singleLoser,
}
/// Different colors for highlighting games
enum GameColor { red, orange, yellow, green, teal, blue, purple, pink }
/// Different colors for highlighting content
enum AppColor { red, orange, yellow, green, teal, blue, purple, pink }