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 = {