Files
arsea/theme-manager.config.ts
2025-03-02 22:25:17 +01:00

5 lines
207 B
TypeScript

// add the names of the themes you want to use here
// warning: you need to specify them in tailwind.config.js as well
// DO NOT REMOVE: 'default', 'light', 'dark'
export default ["light", "dark"] as const;