Files
gameyfin/nextui.ts
T
2024-08-22 10:55:22 +02:00

7 lines
232 B
TypeScript

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