import { poyrazLightTheme, poyrazDarkTheme, poyrazThemes } from "poyraz-ui/themes"; // You can customise themes by spreading and overriding variables: // // const customLight = { // ...poyrazLightTheme, // name: "custom-light", // variables: { // ...poyrazLightTheme.variables, // "--poyraz-primary": "#2563eb", // blue-600 // "--poyraz-primary-foreground": "#ffffff", // }, // }; export { poyrazLightTheme, poyrazDarkTheme, poyrazThemes };