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
themer?
A reactive class containing the selected theme and color scheme.
Defaults to the first default theme.
The class reference is not reactive
because it's set in context without a wrapper, use {#key theme} if it changes.
type Themer
optional
children
type
Snippet<[themer: Themer, style: string | null, theme_style_html: string | null]>