mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 07:07:19 +00:00
Added aqi info colors to ColorsManager
.
This commit is contained in:
@ -73,4 +73,10 @@ abstract class ColorsManager {
|
||||
static const Color vividBlue = Color(0xFF023DFE);
|
||||
static const Color semiTransparentRed = Color(0x99FF0000);
|
||||
static const Color grey700 = Color(0xFF2D3748);
|
||||
static const Color goodGreen = Color(0xFF0CEC16);
|
||||
static const Color moderateYellow = Color(0xFFFAC96C);
|
||||
static const Color poorOrange = Color(0xFFEC7400);
|
||||
static const Color unhealthyRed = Color(0xFFD40000);
|
||||
static const Color severePink = Color(0xFFD40094);
|
||||
static const Color hazardousPurple = Color(0xFFBA01FD);
|
||||
}
|
||||
|
Reference in New Issue
Block a user