Embedded analytics SDK API
    Preparing search index...

    Interface MetabaseColors

    interface MetabaseColors {
        background?: string;
        "background-disabled"?: string;
        "background-hover"?: string;
        "background-secondary"?: string;
        border?: string;
        brand?: string;
        "brand-hover"?: string;
        "brand-hover-light"?: string;
        charts?: ChartColor[];
        filter?: string;
        negative?: string;
        positive?: string;
        shadow?: string;
        summarize?: string;
        "text-primary"?: string;
        "text-secondary"?: string;
        "text-tertiary"?: string;
    }
    Index

    Properties

    background?: string

    Default background color.

    "background-disabled"?: string

    Muted background color used for disabled elements, such as disabled buttons and inputs.

    "background-hover"?: string

    Slightly darker background color used for hover and accented elements.

    "background-secondary"?: string

    Slightly muted background color.

    border?: string

    Color used for borders

    brand?: string

    Primary brand color used for buttons and links

    "brand-hover"?: string

    Lighter variation of the brand color. Used for hover and accented elements.

    "brand-hover-light"?: string

    Lightest variation of the brand color. Used for hover and accented elements.

    charts?: ChartColor[]

    Chart colors

    filter?: string

    Color used for filters context

    negative?: string

    Color used to indicate dangerous actions and negative values/trends

    positive?: string

    Color used to indicate successful actions and positive values/trends

    shadow?: string

    Color used for popover shadows

    summarize?: string

    Color used for aggregations and breakouts context

    "text-primary"?: string

    Text color on dark elements. Should be a lighter color for readability.

    "text-secondary"?: string

    Lighter variation of dark text on light elements.

    "text-tertiary"?: string

    Text color on light elements. Should be a darker color for readability.