ShadStoneColorScheme.light constructor

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