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