material-theme-builder
material-theme-builder copied to clipboard
JSON file missing extended colors
JSON file missing extended colors.
Steps to reproduce the behavior:
- Add extended colors on "Material Theme Builder Web"
- Export JSON.
- Open JSON File
- 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.
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 }, ...]