theme-vir - v26.5.6
Preparing search index...
createColorCssVarDefault
Function createColorCssVarDefault
createColorCssVarDefault
(
fromName
:
string
,
init
:
ColorInitValue
,
defaultInit
:
RequiredAndNotNull
<
_RequireAtLeastOne
<
{
background
:
string
|
number
|
CSSResult
;
foreground
:
string
|
number
|
CSSResult
;
}
,
"foreground"
|
"background"
,
>
,
>
,
colorsInit
:
ColorThemeInit
,
)
:
string
|
number
|
CSSResult
Handles a color init value.
Parameters
fromName
:
string
init
:
ColorInitValue
defaultInit
:
RequiredAndNotNull
<
_RequireAtLeastOne
<
{
background
:
string
|
number
|
CSSResult
;
foreground
:
string
|
number
|
CSSResult
;
}
,
"foreground"
|
"background"
,
>
,
>
colorsInit
:
ColorThemeInit
Returns
string
|
number
|
CSSResult
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
theme-vir - v26.5.6
Loading...
Handles a color init value.