From dd3ad187dab6d83b69caeebb9f0370f1659937a9 Mon Sep 17 00:00:00 2001 From: Owski <149725877+hyperficial@users.noreply.github.com> Date: Mon, 17 Mar 2025 21:33:47 -0500 Subject: [PATCH] Update theme-provider.tsx --- src/components/theme-provider.tsx | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/components/theme-provider.tsx b/src/components/theme-provider.tsx index b3fa622..cca71f1 100644 --- a/src/components/theme-provider.tsx +++ b/src/components/theme-provider.tsx @@ -5,26 +5,12 @@ type Theme = | 'cyberpunk' | 'bluelight' | 'midnight' - | 'ctp-mocha' - | 'ctp-frappe' - | 'ctp-latte' - | 'ctp-macchiato' - | 'rp-main' - | 'rp-moon' - | 'rp-dawn' | 'system'; const themes: Theme[] = [ 'radius', 'cyberpunk', 'bluelight', 'midnight', - 'ctp-mocha', - 'ctp-frappe', - 'ctp-latte', - 'ctp-macchiato', - 'rp-main', - 'rp-moon', - 'rp-dawn', 'system', ]; type ThemeProviderProps = {