Files
gameyfin/nextui.ts
T
2024-05-14 10:22:17 +02:00

7 lines
223 B
TypeScript

import {NextUIPluginConfig} from "@nextui-org/react";
import {compileThemes, themes} from "./frontend/theming/themes"
export const NextUIConfig: NextUIPluginConfig = {
prefix: "gf",
themes: compileThemes(themes)
};