export const KEY_USER_THEME = 'user_theme'; export const THEMES = ['dark', 'light'] as const; export const DEFAULT_USER_THEME = THEMES.at(0);