first app icon and theme update

This commit is contained in:
2026-01-18 22:53:54 +01:00
parent 45b11359b3
commit e1dd40a1c3
37 changed files with 13 additions and 32 deletions

View File

@@ -7,10 +7,10 @@ class CustomTheme {
// ==================== Colors ====================
/// Primary color of the app theme
static Color primaryColor = const Color(0xFF7505E4);
static Color primaryColor = const Color(0xFFef681f);
/// Secondary color of the app theme
static Color secondaryColor = const Color(0xFFAFA2FF);
static Color secondaryColor = const Color(0xFFf2a981);
/// Background color of the app theme
static Color backgroundColor = const Color(0xFF0B0B0B);