@opendatalabs/vana-react - v0.3.1
    Preparing search index...

    Interface VanaAppUploadTheme

    Theme configuration for customizing the widget's appearance. Uses CSS custom properties for styling.

    interface VanaAppUploadTheme {
        "--accent"?: string;
        "--background"?: string;
        "--border"?: string;
        "--card"?: string;
        "--card-dark"?: string;
        "--card-foreground-dark"?: string;
        "--foreground"?: string;
        "--input-background"?: string;
        "--muted-foreground"?: string;
        "--para-overlay-background"?: string;
        "--primary"?: string;
        "--primary-foreground"?: string;
        "--secondary"?: string;
        [key: `--${string}`]: string | undefined;
    }

    Indexable

    • [key: `--${string}`]: string | undefined

      Allow any additional CSS custom properties

    Index

    Properties

    "--accent"?: string

    Accent color

    "--background"?: string

    Background color for the main widget container

    "--border"?: string

    Border color

    "--card"?: string

    Background color for card elements

    "--card-dark"?: string

    Background color for card elements when in dark mode

    "--card-foreground-dark"?: string

    Text color for card elements when in dark mode

    "--foreground"?: string

    Text color

    "--input-background"?: string

    Background color for input fields

    "--muted-foreground"?: string

    Muted text color

    "--para-overlay-background"?: string

    Background color for para overlay

    "--primary"?: string

    Primary brand color

    "--primary-foreground"?: string

    Primary foreground (text) color

    "--secondary"?: string

    Secondary color