export interface Theme {
    cardBgColor?: string;
    cardDetailsBackGround?: string;
    cardDetailsColor?: string;
    cardMediaBgColor?: string;
    cardSubtitleColor?: string;
    cardTitleColor?: string;
    detailsColor?: string;
    iconBackgroundColor?: string;
    nestedCardBgColor?: string;
    nestedCardDetailsBackGround?: string;
    nestedCardDetailsColor?: string;
    nestedCardSubtitleColor?: string;
    nestedCardTitleColor?: string;
    primary?: string;
    secondary?: string;
    textColor?: string;
    titleColor?: string;
    titleColorActive?: string;
}
