material-theme-builder icon indicating copy to clipboard operation
material-theme-builder copied to clipboard

JSON file missing extended colors

Open anjumayoub opened this issue 1 year ago • 1 comments

JSON file missing extended colors.

Steps to reproduce the behavior:

  1. Add extended colors on "Material Theme Builder Web"
  2. Export JSON.
  3. Open JSON File
  4. You'll find empty extended colors.

It should export all extended tokens as well as extended color shades.

PS: Importing JSON file to the Figma doesn't import extended colors as well as selected font.

anjumayoub avatar Jun 01 '24 19:06 anjumayoub

I have 17 extended semantic colours.

For me, the seed extended colour is saved in the JSON but not the 4 variants (e.g. Container, onContainer). The Figma Material Theme Plugin is able to calculate them from the seeds but I couldn't seem to simply export them for my developer to use.

"extendedColors": [ { "name": "Success", "color": "#00A829", "description": "", "harmonized": true }, ...]

Image

aaronchungjukko avatar Mar 20 '25 18:03 aaronchungjukko