AAI SDK
    Preparing search index...

    Type Alias ClientTheme

    Theme color overrides for the AAI UI components.

    type ClientTheme = {
        bg?: string;
        border?: string;
        primary?: string;
        surface?: string;
        text?: string;
    }
    Index
    bg?: string

    Background color, also painted on html/body. Default: #FBF8F2.

    border?: string

    Border color. Default: #DCD7CC.

    primary?: string

    Primary accent color. Default: #3F2BC1.

    surface?: string

    Surface/card color. Default: #FFFFFF.

    text?: string

    Main text color. Default: #1B1A18.