show =!show}>
{selection}
{#if selection === "dark"}
dark
{:else if selection === "light"}
light
{:else }
light-auto
{/if}
{#if selection === "dark"}
dark
{:else if selection === "light"}
light-auto
{:else }
dark-auto
{/if}
Appearance
change("dark")}>
Dark
change("light")}>
Light
change("system")}>
System