Replies: 1 comment
|
If you are talking about the generator behind the MD3 theming page, I would start with Google’s Material color utilities package:
That package generates tonal palettes / schemes from source colors. The usual flow is:
So the “theme function” is basically Material 3 color generation + a mapping layer to Paper’s theme shape. |
0 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.
I am working on a multi-tenant application and I was wondering if someone can share the dynamic function used by the Theming page that takes Primary, Secondary and Tertiary colors and generate the light and dark theme json object.
All reactions