export interface UIColor { lightMode: string; darkMode: string; }