13. Color System
13.2 Dark mode
Color System · Section 13.2
Dark mode is not:
white -> black
black -> whiteIt requires semantic remapping.
Example:
light:
surface.primary -> gray.0
text.primary -> gray.950
dark:
surface.primary -> gray.950
text.primary -> gray.50