Files
gameyfin/gameyfin/heroui.ts
T
2025-03-31 11:54:45 +02:00

7 lines
228 B
TypeScript

import {HeroUIPluginConfig} from "@heroui/react";
import {compileThemes, themes} from "./src/main/frontend/theming/themes"
export const HeroUIConfig: HeroUIPluginConfig = {
prefix: "gf",
themes: compileThemes(themes)
};