interface Colors {
    authorNameTextColor?: string;
    bodyBackgroundColor: string;
    bodyTextColor: string;
    headerBackgroundColor: string;
    headerTextColor: string;
    timestampColor?: string;
}

Properties

authorNameTextColor?: string
bodyBackgroundColor: string
bodyTextColor: string
headerBackgroundColor: string
headerTextColor: string
timestampColor?: string