material-theme-builder
material-theme-builder copied to clipboard
Visualize dynamic color and create a custom Material Theme.
I have a React web app, and I have custom Material Theme Builder export, as a json file, exported from Figma. It looks like, `"schemes": { "light": { "primary": "#3C6090",...
Hiya! I have a pretty large set of color variables in the design system I work on. I have primitives and semantics sets of color variables. The semantic variables alias...
Currently the neutral / neutral variant roles inherit default settings from the primary color. When you tryin to override that color, and update, the reference colors change but not the...
The generation of the style is working, but when the process finishes, it wouldn't apply the chosen style to the components.
**Describe the bug** The Material Theme Builder Figma Plugin is causing Figma to freeze when active. **To Reproduce** Steps to reproduce the behavior: > 1. Open Figma. > 2. Activate...
Theme export for the Material Design JSON format is missing the Error colors tone palette. I have attached an example JSON export. This was done by clicking the Export drop...
**Describe the bug** Cannot export pallete in edge/chrome or fireforx.. **To Reproduce** Steps to reproduce the behavior: 1. [Go to '...'](https://m3.material.io/theme-builder#/custom) 2. Enter 4 custom colors 3. click on export...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
Add new moves and change old features
```dart // theme.dart ... ... /// Divider static const divider = ExtendedColor( seed: Color(0xffd6d6d6), value: Color(0xffd6d6d6), light: ColorFamily( color: Color(0xff006874), onColor: Color(0xffffffff), colorContainer: Color(0xff9eeffd), onColorContainer: Color(0xff001f24), ), lightMediumContrast: ColorFamily( color:...