export interface Theme { cardBgColor?: string; cardForeColor?: string; primary?: string; secondary?: string; textColor?: string; titleColor?: string; titleColorActive?: string; }