theme-vir - v26.5.6
Preparing search index...
defineColorTheme
Function defineColorTheme
defineColorTheme
<
const
Init
extends
ColorThemeInit
>
(
defaultInit
:
RequiredAndNotNull
<
_RequireAtLeastOne
<
{
background
:
string
|
number
|
CSSResult
;
foreground
:
string
|
number
|
CSSResult
;
}
,
"foreground"
|
"background"
,
>
,
>
,
allColorsInit
:
Init
,
)
:
ColorTheme
<
Init
>
Define a color theme.
Type Parameters
const
Init
extends
ColorThemeInit
Parameters
defaultInit
:
RequiredAndNotNull
<
_RequireAtLeastOne
<
{
background
:
string
|
number
|
CSSResult
;
foreground
:
string
|
number
|
CSSResult
;
}
,
"foreground"
|
"background"
,
>
,
>
allColorsInit
:
Init
Returns
ColorTheme
<
Init
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
theme-vir - v26.5.6
Loading...
Define a color theme.