export interface IThemeColor { Primary: string; Accent: string; Dark: string; DarkContrast: string; LightContrast: string; Light: string; }