ShadBlueColorScheme.dark constructor
const
ShadBlueColorScheme.dark({
- Color background = const Color(0xff020817),
- Color foreground = const Color(0xfff8fafc),
- Color card = const Color(0xff020817),
- Color cardForeground = const Color(0xfff8fafc),
- Color popover = const Color(0xff020817),
- Color popoverForeground = const Color(0xfff8fafc),
- Color primary = const Color(0xff3b82f6),
- Color primaryForeground = const Color(0xff0f172a),
- Color secondary = const Color(0xff1e293b),
- Color secondaryForeground = const Color(0xfff8fafc),
- Color muted = const Color(0xff1e293b),
- Color mutedForeground = const Color(0xff94a3b8),
- Color accent = const Color(0xff1e293b),
- Color accentForeground = const Color(0xfff8fafc),
- Color destructive = const Color(0xffef4444),
- Color destructiveForeground = const Color(0xfff8fafc),
- Color border = const Color(0xff1e293b),
- Color input = const Color(0xff1e293b),
- Color ring = const Color(0xff1d4ed8),
- Color selection = const Color(0xFF355172),
- Map<
String, Color> custom = const {},
Implementation
const ShadBlueColorScheme.dark({
super.background = const Color(0xff020817),
super.foreground = const Color(0xfff8fafc),
super.card = const Color(0xff020817),
super.cardForeground = const Color(0xfff8fafc),
super.popover = const Color(0xff020817),
super.popoverForeground = const Color(0xfff8fafc),
super.primary = const Color(0xff3b82f6),
super.primaryForeground = const Color(0xff0f172a),
super.secondary = const Color(0xff1e293b),
super.secondaryForeground = const Color(0xfff8fafc),
super.muted = const Color(0xff1e293b),
super.mutedForeground = const Color(0xff94a3b8),
super.accent = const Color(0xff1e293b),
super.accentForeground = const Color(0xfff8fafc),
super.destructive = const Color(0xffef4444),
super.destructiveForeground = const Color(0xfff8fafc),
super.border = const Color(0xff1e293b),
super.input = const Color(0xff1e293b),
super.ring = const Color(0xff1d4ed8),
super.selection = const Color(0xFF355172),
super.custom,
});