diff --git a/src/components/ThemeSelector.astro b/src/components/ThemeSelector.astro index 815cd46c..d1f33c15 100644 --- a/src/components/ThemeSelector.astro +++ b/src/components/ThemeSelector.astro @@ -1,628 +1,158 @@ +--- + +const themes = [ + "light", + "dark", + "cupcake", + "bumblebee", + "emerald", + "corporate", + "synthwave", + "retro", + "cyberpunk", + "valentine", + "halloween", + "garden", + "forest", + "aqua", + "lofi", + "pastel", + "fantasy", + "wireframe", + "black", + "luxury", + "dracula", + "cmyk", + "autumn", + "business", + "acid", + "lemonade", + "night", + "coffee", + "winter", + "dim", + "nord", + "sunset", + ]; +--- +