Replies: 1 comment
-
Ok cool, sounds interesting 😄 👍🏻 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So everyone the MD3 spec doc is still problematic in explaining this so this is my approach:
While we do not have access to the wallpaper colors down to the android level, we can still approximate it so that we come out correct for branding as we at maximum can only have two color schemes at once on the screen, i.e. user generated color scheme and content generated color scheme. We can get that accomplished by creating a custom dynamic color builder that hue shifts the dynamic color scheme it generates with our own brand baseline color scheme.
I am going to do a full separate github repo showing the approach which will be up in a week or two.
The inspiration was how freaking horrible the Material Design 3 Theme Builder is, as I somewhat prefer the superior Flex Color Scheme playground!
Side benefit is the approach will still work when the new surface tones and fixed tones hit the ColorScheme class.
Beta Was this translation helpful? Give feedback.
All reactions