···1010 static const Color brightPurple = Color(0xFFB20AFF);
1111 static const Color pink = Color(0xFFFF2696); // Main app color for buttons and highlights
1212 static const Color white = Color(0xFFFFFFFF);
1313+ static const Color black = Color(0xFF000000);
13141415 // New colors
1516 static const Color blue = Color(0xFF0073FF); // For followers
1717+ static const Color lightBlue = Color(0xFF40A9FF); // Lighter blue variant
1818+ static const Color teal = Color(0xFF00C9B8); // For bookmarks
1619 static const Color green = Color(0xFF12DB59); // For comments
1720 static const Color red = Color(0xFFFF3A2C); // For likes
1821 static const Color orange = Color(0xFFFF7B00); // For alerts and danger