theme-vir - v28.21.2
Preparing search index...
ColorTheme
Type Alias ColorTheme<Init>
A finalized color theme, output from
defineColorTheme
.
type
ColorTheme
<
Init
extends
ColorThemeInit
=
ColorThemeInit
>
=
{
colors
:
AllColorThemeColors
<
Init
>
;
init
:
{
colors
:
Init
;
default
:
Readonly
<
DefaultColorThemeInit
>
}
;
inverse
:
AllColorThemeColors
<
Init
>
;
prefix
:
string
;
}
Type Parameters
Init
extends
ColorThemeInit
=
ColorThemeInit
Index
Properties
colors
init
inverse
prefix
Properties
colors
colors
:
AllColorThemeColors
<
Init
>
init
init
:
{
colors
:
Init
;
default
:
Readonly
<
DefaultColorThemeInit
>
}
The original init object for this theme.
inverse
inverse
:
AllColorThemeColors
<
Init
>
prefix
prefix
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
colors
init
inverse
prefix
theme-vir - v28.21.2
Loading...
A finalized color theme, output from defineColorTheme.