BASE: Add Necessary Assets.

This commit is contained in:
2025-11-28 11:57:51 +05:00
parent c798279f7d
commit e55892f36e
21 changed files with 452 additions and 61 deletions

View File

@@ -199,6 +199,12 @@ class AppThemeData {
static const Color warningDark500 = Color(0xFFFFE9AB);
static const Color warningDark600 = Color(0xFFFFF8E5);
static const Color yellow = Color(0xFFE5AE3E);
static const Color cardColor = Color(0xFFEEEFF2);
static const Color darkGrey = Color(0xFF1F2937);
static const Color mainColor = Color(0xFFFF6839);
static const lightGrey = Color(0xFF8E8E93);
static const Color primary50 = Color(0xFFFFEBE5);
static const Color primary100 = Color(0xFFFFC0AB);
static const Color primary200 = Color(0xFFFF9472);