export const KEY_USER_THEME = 'user_theme'; export const DEFAULT_USER_THEME = 'light'; export const THEMES = ['light', 'dark'] as const;