Added themes.dart

This commit is contained in:
Felix Kirchner
2025-04-18 20:25:31 +02:00
parent ff4ec3552c
commit 7ce11fb597
6 changed files with 28 additions and 11 deletions

6
lib/utility/theme.dart Normal file
View File

@@ -0,0 +1,6 @@
import 'package:flutter/cupertino.dart';
Color white = CupertinoColors.white;
Color primaryColor = CupertinoColors.systemGreen;
Color backgroundColor = const Color(0xFF080808);
Color backgroundTintColor = CupertinoColors.darkBackgroundGray;