ShadSlateColorScheme.light constructor
const
ShadSlateColorScheme.light({
- Color background = const Color(0xffffffff),
- Color foreground = const Color(0xff020817),
- Color card = const Color(0xffffffff),
- Color cardForeground = const Color(0xff020817),
- Color popover = const Color(0xffffffff),
- Color popoverForeground = const Color(0xff020817),
- Color primary = const Color(0xff0f172a),
- Color primaryForeground = const Color(0xfff8fafc),
- Color secondary = const Color(0xfff1f5f9),
- Color secondaryForeground = const Color(0xff0f172a),
- Color muted = const Color(0xfff1f5f9),
- Color mutedForeground = const Color(0xff64748b),
- Color accent = const Color(0xfff1f5f9),
- Color accentForeground = const Color(0xff0f172a),
- Color destructive = const Color(0xffef4444),
- Color destructiveForeground = const Color(0xfff8fafc),
- Color border = const Color(0xffe2e8f0),
- Color input = const Color(0xffe2e8f0),
- Color ring = const Color(0xff020817),
- Color selection = const Color(0xFFB4D7FF),
- Map<
String, Color> custom = const {},
Implementation
const ShadSlateColorScheme.light({
super.background = const Color(0xffffffff),
super.foreground = const Color(0xff020817),
super.card = const Color(0xffffffff),
super.cardForeground = const Color(0xff020817),
super.popover = const Color(0xffffffff),
super.popoverForeground = const Color(0xff020817),
super.primary = const Color(0xff0f172a),
super.primaryForeground = const Color(0xfff8fafc),
super.secondary = const Color(0xfff1f5f9),
super.secondaryForeground = const Color(0xff0f172a),
super.muted = const Color(0xfff1f5f9),
super.mutedForeground = const Color(0xff64748b),
super.accent = const Color(0xfff1f5f9),
super.accentForeground = const Color(0xff0f172a),
super.destructive = const Color(0xffef4444),
super.destructiveForeground = const Color(0xfff8fafc),
super.border = const Color(0xffe2e8f0),
super.input = const Color(0xffe2e8f0),
super.ring = const Color(0xff020817),
super.selection = const Color(0xFFB4D7FF),
super.custom,
});