How to implement multiple themes #246
Unanswered
kdichev
asked this question in
Discussions
Replies: 1 comment 1 reply
-
As of today, only one theme is supported (with support for light and dark color schemes). We'll provide a mechanism to support several themes in future versions. cc @brijeshb42 in case you want to share more context. |
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.
-
I have a website that supports multiple themes. In the current setup with Emotion, I achieve this by dynamically injecting different theme objects into the ThemeProvider, based on the domain (e.g., should-have-blue-theme.com or should-have-red-theme.com).
I’m curious if a similar approach can be implemented with Pigment CSS. So far, it seems that only one theme is supported, with options for light and dark mode. Is there a way to extend this functionality to handle multiple themes (light/dark mode included)?
Beta Was this translation helpful? Give feedback.
All reactions