Update theme-provider.tsx

This commit is contained in:
Owski
2025-03-17 21:33:47 -05:00
committed by GitHub
parent 9a33df7f6a
commit dd3ad187da
-14
View File
@@ -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 = {