This repository was archived by the owner on May 14, 2026. It is now read-only.
Replies: 1 comment 3 replies
|
We're reworking the theming API to make customization and theming easier. We'll be making an announcement about this next month. Thanks for your patience! |
3 replies
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.
In the past I've used DaisyUI, which is a great library for when you need beautiful, custom themes. They provide themes like light/dark (like Shoelace), halloween, dracula, synthwave, among many others (32 ready-to-use themes!).
To create these themes, they use semantic colors (like "primary" in Shoelace), but I found that Shoelace only offers the following semantic colors:
Compared to the following DaisyUI semantic colors:
With all these semantic colors, DaisyUI is able to build unique themes. At Shoelace, since we only have
primaryas a brand color for our custom themes, there aren't many ways to create these cool themes.Of course, there is the Tailwind palette, but they are not semantic colors and therefore would not fit into new themes.
Is there something I'm missing here?
I would like to create several diverse themes for Shoelace, like in DaisyUI, but I don't see a way that offers the same semantic color flexibility as DaisyUI
All reactions