Merge branch 'develop' into bug/149-hide-keyboard-when-button-create-game-is-pressed

# Conflicts:
#	pubspec.yaml
This commit is contained in:
2025-07-31 23:05:30 +02:00
6 changed files with 19 additions and 14 deletions

View File

@@ -2,11 +2,13 @@ import 'package:flutter/cupertino.dart';
class CustomTheme {
static Color white = CupertinoColors.white;
static Color red = CupertinoColors.destructiveRed;
static Color primaryColor = CupertinoColors.systemGreen;
static Color backgroundColor = const Color(0xFF101010);
static Color mainElementBackgroundColor = CupertinoColors.darkBackgroundGray;
static Color playerTileColor = CupertinoColors.secondaryLabel;
static Color buttonBackgroundColor = const Color(0xFF202020);
static Color kamikazeColor = CupertinoColors.systemYellow;
// Line Colors for GraphView
static const Color graphColor1 = Color(0xFFF44336);