ShadBlueColorScheme.dark constructor

const ShadBlueColorScheme.dark({
  1. Color background = const Color(0xff020817),
  2. Color foreground = const Color(0xfff8fafc),
  3. Color card = const Color(0xff020817),
  4. Color cardForeground = const Color(0xfff8fafc),
  5. Color popover = const Color(0xff020817),
  6. Color popoverForeground = const Color(0xfff8fafc),
  7. Color primary = const Color(0xff3b82f6),
  8. Color primaryForeground = const Color(0xff0f172a),
  9. Color secondary = const Color(0xff1e293b),
  10. Color secondaryForeground = const Color(0xfff8fafc),
  11. Color muted = const Color(0xff1e293b),
  12. Color mutedForeground = const Color(0xff94a3b8),
  13. Color accent = const Color(0xff1e293b),
  14. Color accentForeground = const Color(0xfff8fafc),
  15. Color destructive = const Color(0xffef4444),
  16. Color destructiveForeground = const Color(0xfff8fafc),
  17. Color border = const Color(0xff1e293b),
  18. Color input = const Color(0xff1e293b),
  19. Color ring = const Color(0xff1d4ed8),
  20. Color selection = const Color(0xFF355172),
  21. 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,
});