ShadNeutralColorScheme.dark constructor

const ShadNeutralColorScheme.dark({
  1. Color background = const Color(0xff0a0a0a),
  2. Color foreground = const Color(0xfffafafa),
  3. Color card = const Color(0xff0a0a0a),
  4. Color cardForeground = const Color(0xfffafafa),
  5. Color popover = const Color(0xff0a0a0a),
  6. Color popoverForeground = const Color(0xfffafafa),
  7. Color primary = const Color(0xfffafafa),
  8. Color primaryForeground = const Color(0xff171717),
  9. Color secondary = const Color(0xff262626),
  10. Color secondaryForeground = const Color(0xfffafafa),
  11. Color muted = const Color(0xff262626),
  12. Color mutedForeground = const Color(0xffa3a3a3),
  13. Color accent = const Color(0xff262626),
  14. Color accentForeground = const Color(0xfffafafa),
  15. Color destructive = const Color(0xffef4444),
  16. Color destructiveForeground = const Color(0xfffafafa),
  17. Color border = const Color(0xff262626),
  18. Color input = const Color(0xff262626),
  19. Color ring = const Color(0xffd4d4d4),
  20. Color selection = const Color(0xFF355172),
  21. Map<String, Color> custom = const {},
})

Implementation

const ShadNeutralColorScheme.dark({
  super.background = const Color(0xff0a0a0a),
  super.foreground = const Color(0xfffafafa),
  super.card = const Color(0xff0a0a0a),
  super.cardForeground = const Color(0xfffafafa),
  super.popover = const Color(0xff0a0a0a),
  super.popoverForeground = const Color(0xfffafafa),
  super.primary = const Color(0xfffafafa),
  super.primaryForeground = const Color(0xff171717),
  super.secondary = const Color(0xff262626),
  super.secondaryForeground = const Color(0xfffafafa),
  super.muted = const Color(0xff262626),
  super.mutedForeground = const Color(0xffa3a3a3),
  super.accent = const Color(0xff262626),
  super.accentForeground = const Color(0xfffafafa),
  super.destructive = const Color(0xffef4444),
  super.destructiveForeground = const Color(0xfffafafa),
  super.border = const Color(0xff262626),
  super.input = const Color(0xff262626),
  super.ring = const Color(0xffd4d4d4),
  super.selection = const Color(0xFF355172),
  super.custom,
});