Hiyve Components - v1.0.0
    Preparing search index...

    Token map for custom design system colors. All fields are optional — MUI palette defaults are used when omitted.

    interface ThemeColorTokens {
        accentLight?: string;
        bgBase?: string;
        bgCard?: string;
        bgCardActive?: string;
        bgCardHover?: string;
        bgSurface?: string;
        borderDefault?: string;
    }
    Index

    Properties

    accentLight?: string

    Accent light (e.g. for highlights)

    bgBase?: string

    Base background (e.g. page background)

    bgCard?: string

    Card background

    bgCardActive?: string

    Card active/selected background

    bgCardHover?: string

    Card hover background

    bgSurface?: string

    Surface background (e.g. sidebar, header)

    borderDefault?: string

    Default border color