Finish theming implementation (finally...)

This commit is contained in:
grimsi
2024-05-14 10:22:17 +02:00
parent 47f8febbd2
commit f9d4e16604
45 changed files with 475 additions and 14951 deletions
+7
View File
@@ -0,0 +1,7 @@
import {NextUIPluginConfig} from "@nextui-org/react";
import {compileThemes, themes} from "./frontend/theming/themes"
export const NextUIConfig: NextUIPluginConfig = {
prefix: "gf",
themes: compileThemes(themes)
};