feat: change theme

This commit is contained in:
2026-06-26 17:29:21 +03:30
parent 153b4caa3d
commit 5160deb973
10 changed files with 32 additions and 24 deletions
+3 -3
View File
@@ -20,7 +20,7 @@ class GameBackground extends StatelessWidget {
gradient: RadialGradient(
center: Alignment(0, -0.4),
radius: 1.3,
colors: [Color(0xFF5A0F1E), AppColors.bgDark],
colors: [AppColors.lapisMid, AppColors.bgDark],
stops: [0.0, 1.0],
),
),
@@ -65,7 +65,7 @@ class GamePanel extends StatelessWidget {
gradient: const LinearGradient(
begin: Alignment.topCenter,
end: Alignment.bottomCenter,
colors: [Color(0xFF6E1322), AppColors.bg],
colors: [AppColors.lapisMid, AppColors.bg],
),
borderRadius: BorderRadius.circular(radius),
border: Border.all(color: AppColors.gold, width: 2),
@@ -223,7 +223,7 @@ class StatChip extends StatelessWidget {
gradient: const LinearGradient(
begin: Alignment.topCenter,
end: Alignment.bottomCenter,
colors: [Color(0xFF2A0610), Color(0xFF14040A)],
colors: [AppColors.lapisLo, AppColors.lapisNight],
),
borderRadius: BorderRadius.circular(20),
border: Border.all(color: AppColors.goldDark),