AppColors.dark constructor

AppColors.dark()

App colors configured for a dark theme

Based on the Apple human interface guidelines for color https://developer.apple.com/design/human-interface-guidelines/foundations/color/#system-colors

Implementation

AppColors.dark()
    : red = const Color(0xffff3b30),
      orange = const Color(0xffff9900),
      yellow = const Color(0xffffbe00),
      green = const Color(0xff4eae4e),
      purple = const Color(0xffbf5af2),
      grey = KohlerTheme.darkAccentGrey;