ShadRedColorScheme.light constructor

const ShadRedColorScheme.light({
  1. Color background = const Color(0xffffffff),
  2. Color foreground = const Color(0xff0a0a0a),
  3. Color card = const Color(0xffffffff),
  4. Color cardForeground = const Color(0xff0a0a0a),
  5. Color popover = const Color(0xffffffff),
  6. Color popoverForeground = const Color(0xff0a0a0a),
  7. Color primary = const Color(0xffdc2626),
  8. Color primaryForeground = const Color(0xfffef2f2),
  9. Color secondary = const Color(0xfff5f5f5),
  10. Color secondaryForeground = const Color(0xff171717),
  11. Color muted = const Color(0xfff5f5f5),
  12. Color mutedForeground = const Color(0xff737373),
  13. Color accent = const Color(0xfff5f5f5),
  14. Color accentForeground = const Color(0xff171717),
  15. Color destructive = const Color(0xffef4444),
  16. Color destructiveForeground = const Color(0xfffafafa),
  17. Color border = const Color(0xffe5e5e5),
  18. Color input = const Color(0xffe5e5e5),
  19. Color ring = const Color(0xffdc2626),
  20. Color selection = const Color(0xFFB4D7FF),
  21. Map<String, Color> custom = const {},
})

Implementation

const ShadRedColorScheme.light({
  super.background = const Color(0xffffffff),
  super.foreground = const Color(0xff0a0a0a),
  super.card = const Color(0xffffffff),
  super.cardForeground = const Color(0xff0a0a0a),
  super.popover = const Color(0xffffffff),
  super.popoverForeground = const Color(0xff0a0a0a),
  super.primary = const Color(0xffdc2626),
  super.primaryForeground = const Color(0xfffef2f2),
  super.secondary = const Color(0xfff5f5f5),
  super.secondaryForeground = const Color(0xff171717),
  super.muted = const Color(0xfff5f5f5),
  super.mutedForeground = const Color(0xff737373),
  super.accent = const Color(0xfff5f5f5),
  super.accentForeground = const Color(0xff171717),
  super.destructive = const Color(0xffef4444),
  super.destructiveForeground = const Color(0xfffafafa),
  super.border = const Color(0xffe5e5e5),
  super.input = const Color(0xffe5e5e5),
  super.ring = const Color(0xffdc2626),
  super.selection = const Color(0xFFB4D7FF),
  super.custom,
});