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

    Interface ThemeVariant

    interface ThemeVariant {
        borders?: Partial<ThemeBorders>;
        colors?: ThemeColors;
        spacing?: Partial<ThemeSpacing>;
    }
    Index

    Properties

    borders?: Partial<ThemeBorders>
    colors?: ThemeColors
    spacing?: Partial<ThemeSpacing>