diff --git a/src/components/ThemeSwitcher.astro b/src/components/ThemeSwitcher.astro
index a1897cb..310603e 100644
--- a/src/components/ThemeSwitcher.astro
+++ b/src/components/ThemeSwitcher.astro
@@ -7,9 +7,6 @@
-
-
-
diff --git a/src/styles/vars.css b/src/styles/vars.css
index 48e0a74..63e0933 100644
--- a/src/styles/vars.css
+++ b/src/styles/vars.css
@@ -37,58 +37,6 @@
--nav-hover: hsl(0deg 0% 100% / 12%);
}
-/* v2: Warm Terracotta */
-[data-theme="warm"] {
- --bg-color: hsl(30deg 10% 12%);
- --content-color: hsl(35deg 15% 80%);
- --content-color-faded: hsl(30deg 8% 55%);
- --heading-color: hsl(35deg 20% 88%);
- --primary-color: hsl(35deg 40% 50%);
- --primary-color-faded: hsl(30deg 12% 20%);
- --accent-color: hsl(20deg 75% 55%);
- --accent-color-faded: hsl(20deg 25% 55%);
- --nav-hover: hsl(35deg 20% 100% / 12%);
-}
-
-/* v3: Blue Everything */
-[data-theme="blue"] {
- --bg-color: hsl(220deg 18% 11%);
- --content-color: hsl(215deg 10% 78%);
- --content-color-faded: hsl(215deg 6% 55%);
- --heading-color: hsl(210deg 15% 90%);
- --primary-color: hsl(215deg 60% 50%);
- --primary-color-faded: hsl(220deg 30% 22%);
- --accent-color: hsl(210deg 90% 60%);
- --accent-color-faded: hsl(210deg 35% 55%);
- --nav-hover: hsl(210deg 30% 100% / 12%);
-}
-
-/* v4: Blue + Gold */
-[data-theme="blue-gold"] {
- --bg-color: hsl(220deg 18% 11%);
- --content-color: hsl(215deg 10% 78%);
- --content-color-faded: hsl(215deg 6% 55%);
- --heading-color: hsl(210deg 15% 90%);
- --primary-color: hsl(215deg 60% 50%);
- --primary-color-faded: hsl(220deg 30% 22%);
- --accent-color: hsl(45deg 85% 55%);
- --accent-color-faded: hsl(45deg 35% 50%);
- --nav-hover: hsl(210deg 30% 100% / 12%);
-}
-
-/* v5: Blue + Salmon */
-[data-theme="salmon"] {
- --bg-color: hsl(220deg 18% 11%);
- --content-color: hsl(215deg 10% 78%);
- --content-color-faded: hsl(215deg 6% 55%);
- --heading-color: hsl(210deg 15% 90%);
- --primary-color: hsl(215deg 60% 50%);
- --primary-color-faded: hsl(220deg 30% 22%);
- --accent-color: hsl(10deg 80% 65%);
- --accent-color-faded: hsl(10deg 30% 55%);
- --nav-hover: hsl(210deg 30% 100% / 12%);
-}
-
/* v6: Midnight Garden */
[data-theme="midnight-garden"] {
--bg-color: hsl(160deg 15% 9%);