AppColors.light constructor

AppColors.light()

App colors configured for a light theme.

Based on high-fidelity color component.

Implementation

AppColors.light()
    : red = const Color(0xffff3b30),
      orange = const Color(0xffff9530),
      yellow = const Color(0xffffcc00),
      green = const Color(0xff34c759),
      purple = const Color(0xffaf52de),
      grey = KohlerTheme.darkAccentGrey;