sync_color_scheme?
type
typeof default_sync_color_schemeoptional
load_color_scheme?
type
typeof default_load_color_schemeoptional
save_color_scheme?
type
typeof default_save_color_schemeoptional
load_theme?
type
typeof default_load_themeoptional
save_theme?
type
typeof default_save_themeoptional
theme_fallback?
type
Theme | undefinedoptional
theme_state?
A reactive class containing the selected theme and color scheme. Defaults to the first default theme.
type ThemeState
optional
children
type
Snippet<
[theme_state: ThemeState, style: string | null, theme_style_html: string | null]
>