ShadStoneColorScheme.light constructor
const
ShadStoneColorScheme.light({
- Color background = const Color(0xffffffff),
- Color foreground = const Color(0xff0c0a09),
- Color card = const Color(0xffffffff),
- Color cardForeground = const Color(0xff0c0a09),
- Color popover = const Color(0xffffffff),
- Color popoverForeground = const Color(0xff0c0a09),
- Color primary = const Color(0xff1c1917),
- Color primaryForeground = const Color(0xfffafaf9),
- Color secondary = const Color(0xfff5f5f4),
- Color secondaryForeground = const Color(0xff1c1917),
- Color muted = const Color(0xfff5f5f4),
- Color mutedForeground = const Color(0xff78716c),
- Color accent = const Color(0xfff5f5f4),
- Color accentForeground = const Color(0xff1c1917),
- Color destructive = const Color(0xffef4444),
- Color destructiveForeground = const Color(0xfffafaf9),
- Color border = const Color(0xffe7e5e4),
- Color input = const Color(0xffe7e5e4),
- Color ring = const Color(0xff0c0a09),
- Color selection = const Color(0xFFB4D7FF),
- Map<
String, Color> custom = const {},
Implementation
const ShadStoneColorScheme.light({
super.background = const Color(0xffffffff),
super.foreground = const Color(0xff0c0a09),
super.card = const Color(0xffffffff),
super.cardForeground = const Color(0xff0c0a09),
super.popover = const Color(0xffffffff),
super.popoverForeground = const Color(0xff0c0a09),
super.primary = const Color(0xff1c1917),
super.primaryForeground = const Color(0xfffafaf9),
super.secondary = const Color(0xfff5f5f4),
super.secondaryForeground = const Color(0xff1c1917),
super.muted = const Color(0xfff5f5f4),
super.mutedForeground = const Color(0xff78716c),
super.accent = const Color(0xfff5f5f4),
super.accentForeground = const Color(0xff1c1917),
super.destructive = const Color(0xffef4444),
super.destructiveForeground = const Color(0xfffafaf9),
super.border = const Color(0xffe7e5e4),
super.input = const Color(0xffe7e5e4),
super.ring = const Color(0xff0c0a09),
super.selection = const Color(0xFFB4D7FF),
super.custom,
});