{{ message }}
Replies: 1 comment 1 reply
-
|
You can get all themes from this file It's in your node modules. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Would it be possible to expose a programmatic way to retrieve all available DaisyUI themes?
I am intentionally aiming for a tight coupling with the
themes: allconfiguration so that my theme switcher remains fully aligned with DaisyUI. At the moment, themes must be hardcoded, which introduces maintenance overhead and increases the risk of drift as new themes are added or existing ones change.A programmatic API or export would ensure the switcher stays automatically in sync with DaisyUI without requiring manual updates.
Example:
Beta Was this translation helpful? Give feedback.
All reactions