feat: Add comprehensive theme management with mode and color selectors, alongside new fonts.
This commit is contained in:
@@ -8,7 +8,7 @@ export function ThemeProvider({ children, ...props }: ThemeProviderProps) {
|
||||
return (
|
||||
<NextThemesProvider
|
||||
{...props}
|
||||
themes={["light", "dark", "theme-sunset", "theme-forest"]}
|
||||
themes={["light", "dark", "theme-ocean", "theme-sunset", "theme-forest"]}
|
||||
>
|
||||
{children}
|
||||
</NextThemesProvider>
|
||||
|
||||
Reference in New Issue
Block a user