Type alias DocumentThemeOptions

DocumentThemeOptions: {
    colorMap?: DocumentThemeColorMap;
    themeDef?: {
        accent1?: string | AdjustedColorDef;
        accent2?: string | AdjustedColorDef;
        accent3?: string | AdjustedColorDef;
        accent4?: string | AdjustedColorDef;
        accent5?: string | AdjustedColorDef;
        accent6?: string | AdjustedColorDef;
        dk1?: string | AdjustedColorDef;
        dk2?: string | AdjustedColorDef;
        folHlink?: string | AdjustedColorDef;
        hlink?: string | AdjustedColorDef;
        lt1?: string | AdjustedColorDef;
        lt2?: string | AdjustedColorDef;
        majorFontLatin?: string | AdjustedColorDef;
        minorFontLatin?: string | AdjustedColorDef;
        name?: string | AdjustedColorDef;
    };
}

Type declaration