diff --git a/src/components/ThemeSwitch.tsx b/src/components/ThemeSwitch.tsx
index 1780bc4..826b9f1 100644
--- a/src/components/ThemeSwitch.tsx
+++ b/src/components/ThemeSwitch.tsx
@@ -38,31 +38,10 @@ export function ModeToggle() {
setTheme("midnight")}>
Midnight
- setTheme("ctp-mocha")}>
- Catppuccin Mohca
-
- setTheme("ctp-frappe")}>
- Catppuccin Frappe
-
- setTheme("ctp-latte")}>
- Catppuccin Latte
-
- setTheme("ctp-macchiato")}>
- Catppuccin Macchiato
-
- setTheme("rp-main")}>
- Rose Pine
-
- setTheme("rp-moon")}>
- Rose Pine Moon
-
- setTheme("rp-dawn")}>
- Rose Pine Dawn
-
- setTheme("system")}>
+
System
);
-}
\ No newline at end of file
+}