Theme
The application theme.
type Theme = 'light' | 'dark' | 'system';
Types
'light'
The light theme.
'dark'
The dark theme.
'system'
The application theme is inherited from the system. It will be automatically updated when the system theme is changed.