ShadSlateColorScheme.light constructor

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