blessed-components - v1.20.0
    Preparing search index...

    Interface Theme

    interface Theme {
        activeVariant?: string;
        borders?: Partial<ThemeBorders>;
        colors: ThemeColors;
        components: Record<string, Record<string, TerminalColor>>;
        density?: ThemeDensity;
        spacing?: Partial<ThemeSpacing>;
        variants?: Record<string, ThemeVariant>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    activeVariant?: string

    Named variant selected for all consumers of this theme.

    borders?: Partial<ThemeBorders>
    colors: ThemeColors
    components: Record<string, Record<string, TerminalColor>>
    density?: ThemeDensity
    spacing?: Partial<ThemeSpacing>
    variants?: Record<string, ThemeVariant>