generated from autonomic-cooperative/astro-payload-template
13 lines
318 B
Plaintext
13 lines
318 B
Plaintext
---
|
|
---
|
|
<select id="theme-selector">
|
|
<option value="autonomic">Autonomic</option>
|
|
<option value="light">Light</option>
|
|
<option value="dark">Dark</option>
|
|
</select>
|
|
|
|
<script>
|
|
import { handleThemeChange, switchTheme, initializeThemeSelector } from "@/utils/theme"
|
|
initializeThemeSelector()
|
|
</script>
|