blessed-components - v1.20.0
GitHub
Roadmap
Preparing search index...
index
Theme
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
)
Theme
ResolvedTheme
Index
Properties
active
Variant?
borders?
colors
components
density?
spacing?
variants?
Properties
Optional
active
Variant
activeVariant
?:
string
Named variant selected for all consumers of this theme.
Optional
borders
borders
?:
Partial
<
ThemeBorders
>
colors
colors
:
ThemeColors
components
components
:
Record
<
string
,
Record
<
string
,
TerminalColor
>
>
Optional
density
density
?:
ThemeDensity
Optional
spacing
spacing
?:
Partial
<
ThemeSpacing
>
Optional
variants
variants
?:
Record
<
string
,
ThemeVariant
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
Variant
borders
colors
components
density
spacing
variants
GitHub
Roadmap
blessed-components - v1.20.0
Loading...
Named variant selected for all consumers of this theme.