From a3f70fccde48324d36d8c24dea84678cf69f84f8 Mon Sep 17 00:00:00 2001 From: Owski <149725877+hyperficial@users.noreply.github.com> Date: Mon, 17 Mar 2025 21:25:43 -0500 Subject: [PATCH] Update ThemeSwitch.tsx --- src/components/ThemeSwitch.tsx | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) 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 +}