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
@@ -72,7 +72,7 @@ class HokmGame extends FlameGame {
HokmGame(this.cubit, {this.skin = 'simple'});
@override
Color backgroundColor() => const Color(0xFF0C3A1B);
Color backgroundColor() => AppColors.lapisNight;
@override
Future<void> onLoad() async {