Teleforge API Reference - v0.1.0
Preparing search index...
web/src
UseThemeReturn
Interface UseThemeReturn
interface
UseThemeReturn
{
accentTextColor
:
string
;
bgColor
:
string
;
buttonColor
:
string
;
buttonTextColor
:
string
;
colorScheme
:
WebAppColorScheme
;
cssVariables
:
Record
<
string
,
string
>
;
destructiveTextColor
:
string
;
headerBgColor
:
string
;
hintColor
:
string
;
isDark
:
boolean
;
isLight
:
boolean
;
linkColor
:
string
;
secondaryBgColor
:
string
;
sectionBgColor
:
string
;
sectionHeaderTextColor
:
string
;
subtitleTextColor
:
string
;
textColor
:
string
;
themeParams
:
Required
<
ThemeParams
>
;
}
Index
Properties
accent
Text
Color
bg
Color
button
Color
button
Text
Color
color
Scheme
css
Variables
destructive
Text
Color
header
Bg
Color
hint
Color
is
Dark
is
Light
link
Color
secondary
Bg
Color
section
Bg
Color
section
Header
Text
Color
subtitle
Text
Color
text
Color
theme
Params
Properties
accent
Text
Color
accentTextColor
:
string
bg
Color
bgColor
:
string
button
Color
buttonColor
:
string
button
Text
Color
buttonTextColor
:
string
color
Scheme
colorScheme
:
WebAppColorScheme
css
Variables
cssVariables
:
Record
<
string
,
string
>
destructive
Text
Color
destructiveTextColor
:
string
header
Bg
Color
headerBgColor
:
string
hint
Color
hintColor
:
string
is
Dark
isDark
:
boolean
is
Light
isLight
:
boolean
link
Color
linkColor
:
string
secondary
Bg
Color
secondaryBgColor
:
string
section
Bg
Color
sectionBgColor
:
string
section
Header
Text
Color
sectionHeaderTextColor
:
string
subtitle
Text
Color
subtitleTextColor
:
string
text
Color
textColor
:
string
theme
Params
themeParams
:
Required
<
ThemeParams
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
accent
Text
Color
bg
Color
button
Color
button
Text
Color
color
Scheme
css
Variables
destructive
Text
Color
header
Bg
Color
hint
Color
is
Dark
is
Light
link
Color
secondary
Bg
Color
section
Bg
Color
section
Header
Text
Color
subtitle
Text
Color
text
Color
theme
Params
Teleforge API Reference - v0.1.0
Loading...