Updated colors

This commit is contained in:
2025-07-19 18:01:39 +02:00
parent b7f6bf9348
commit a7521a3168
4 changed files with 11 additions and 8 deletions

View File

@@ -4,7 +4,9 @@ class CustomTheme {
static Color white = CupertinoColors.white;
static Color primaryColor = CupertinoColors.systemGreen;
static Color backgroundColor = const Color(0xFF101010);
static Color backgroundTintColor = CupertinoColors.darkBackgroundGray;
static Color mainElementbackgroundColor = CupertinoColors.darkBackgroundGray;
static Color playerTileColor = CupertinoColors.secondaryLabel;
static Color buttonBackgroundColor = const Color(0xFF202020);
// Line Colors for GraphView
static const Color graphColor1 = Color(0xFFF44336);