lightTheme top-level property
Light theme for the application
Implementation
final AppColor lightTheme = AppColor(
primary: Color(0xFF192A56),
primaryVariant: Color(0xFF273C75),
red: Color(0xFFFE3650),
redVariant: Color(0xFFE84118),
blue: Color(0xFF4295F6),
background: Color(0xFFEFF5FA),
surface: Color(0xFFF7FAFD),
onPrimary: Colors.white,
onBackground: Colors.black,
white: Color(0xFFDCDDE1),
whiteVariant: Color(0xFFF5F6FA),
grey: Color(0xFF718093),
greyVariant: Color(0xFF7F8FA6),
dark: Color(0xFF2F3640),
darkVariant: Color(0xFF353B48),
yellow: Color(0xFFFFCC00)
);