Appearance
The appearance mode chosen in the operating system settings.
This reflects the user’s preference, not necessarily what is being
rendered right now. The auto mode is only available on macOS. In this
mode the system will automatically switch between light and dark mode based on the time of day.
type Appearance = 'light' | 'dark' | 'auto';