export interface Theme { name: string; colors: { background: string; primary: string; accent: string; } }