export type Themes = 'light' | 'dark' | 'auto' | 'none' | 'split' | 'stack';
