Themed.svelte

Declarations
#

view source

Themed
#

Themed.svelte view source

sync_color_scheme?

type typeof default_sync_color_scheme
optional

load_color_scheme?

type typeof default_load_color_scheme
optional

save_color_scheme?

type typeof default_save_color_scheme
optional

load_theme?

type typeof default_load_theme
optional

save_theme?

type typeof default_save_theme
optional

theme_fallback?

type Theme | undefined
optional

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]>

Depends on
#