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

    Interface AgentAssistantColors

    Color configuration for agent assistant

    interface AgentAssistantColors {
        accent: string;
        assistantMessageBg: string;
        background: string;
        border: string;
        error: string;
        reasoning: string;
        success: string;
        surface: string;
        textPrimary: string;
        textSecondary: string;
        userMessageBg: string;
    }
    Index

    Properties

    accent: string

    Accent/primary color

    assistantMessageBg: string

    Assistant message background

    background: string

    Background color

    border: string

    Border color

    error: string

    Error color

    reasoning: string

    Reasoning timeline accent color

    success: string

    Success color

    surface: string

    Surface/card background

    textPrimary: string

    Primary text color

    textSecondary: string

    Secondary text color

    userMessageBg: string

    User message background