Renamed GameColor -> AppColor

This commit is contained in:
2026-05-24 17:03:58 +02:00
parent 18a5dcfdd5
commit 5a2cc790dd
18 changed files with 59 additions and 59 deletions

View File

@@ -43,7 +43,7 @@ enum Ruleset {
}
/// Different colors for highlighting games
enum GameColor { red, orange, yellow, green, teal, blue, purple, pink }
enum AppColor { red, orange, yellow, green, teal, blue, purple, pink }
enum StatisticType {
totalMatches,