Interface ColorSchemeValues

interface ColorSchemeValues {
    accent1: AdjustedColor;
    accent2: AdjustedColor;
    accent3: AdjustedColor;
    accent4: AdjustedColor;
    accent5: AdjustedColor;
    accent6: AdjustedColor;
    dk1: AdjustedColor;
    dk2: AdjustedColor;
    folHlink: AdjustedColor;
    hlink: AdjustedColor;
    lt1: AdjustedColor;
    lt2: AdjustedColor;
    name: string;
}

Properties

accent1: AdjustedColor
accent2: AdjustedColor
accent3: AdjustedColor
accent4: AdjustedColor
accent5: AdjustedColor
accent6: AdjustedColor
folHlink: AdjustedColor
name: string