export interface Theme { banner: string; bannerGradient: string; bgColor: string; descriptionShow: boolean; metaColor: string; name: string; textColor: string; }