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

    Interface ResolvedTheme

    Fully materialized theme returned by createTheme.

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

    Hierarchy (View Summary)

    Index

    Properties

    activeVariant?: string

    Named variant selected for all consumers of this theme.

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