Hi, I am migrating to material3 my app to also add...
# compose-wear
f
Hi, I am migrating to material3 my app to also add some material expressive components. Is there an equivalent of https://material-foundation.github.io/material-theme-builder/ for wear? I got most of the colors from my phone app but I am missing those:
Copy code
primaryDim = TODO(),
    secondaryDim = TODO(),
    tertiaryDim = TODO(),
    surfaceContainerLow = TODO(),
    surfaceContainer = TODO(),
    surfaceContainerHigh = TODO(),
    outlineVariant = TODO(),
    errorDim = TODO(),
k
Yes, unfortunately there is no equivalent for Wear for MTB. I believe you can also use Figma plugin to create and assign material color tokens. cc @chiara chiappini if you have suggestions (and potentially to add a note in our docs)
🙏 1
f
Copy code
<https://developer.android.com/design/ui/wear/guides/styles/color/roles-tokens#semantic-roles>
the error image isn't correct, I think
and all the color pointers look misplaced
Do you know were I can find the specs for the colors? I found only images with examples at the moment and it doesn't really help. My other idea is to use the dynamicColor on an emulator and try to reverse the colors from there
I did try the figma material but it doesn't have the * dim colors
ok I think I have found a way, you go on https://materialkolor.com, switch to 2025 and expressive, enter your colors, press next and there is all the color if you toggle to standard. The only one missing is ErrorDim, but I have improvised for that one
and I commented out the background one to have a black background
c
Thanks Florent, yes there is a wrong image in https://developer.android.com/design/ui/wear/guides/styles/color/roles-tokens#semantic-roles, we will fix it, thanks for reporting!
We fixed the error image in https://developer.android.com/design/ui/wear/guides/styles/color/roles-tokens#semantic-roles, @florent thanks for the feedback
🙏 1