v2.0.0
Replace material-colors-utilities-rs
dependency with material-colors
. Which means that amoled mode, android colors and custom palettes (Default, Triadic, Adjacent) have been removed.
New custom scheme types
Added new type -t, --type <TYPE>
argument that replaces the old -p, --palette <PALETTE>
one.
- Sets a custom color scheme type
[default: scheme-tonal-spot]
- List of all types:
- scheme-content
- scheme-expressive
- scheme-fidelity
- scheme-fruit-salad
- scheme-monochrome
- scheme-neutral
- scheme-rainbow
- scheme-tonal-spot
Fixed
- Matugen not compiling on MacOS because of target specific dependencies not working for some reason
Removed
- All Android colors
- source_color
- color_accent_primary
- color_accent_primary_variant
- color_accent_secondary
- color_accent_secondary_variant
- color_accent_tertiary
- color_accent_tertiary_variant
- text_color_primary
- text_color_secondary
- text_color_tertiary
- text_color_primary_inverse
- text_color_secondary_inverse
- text_color_tertiary_inverse
- color_background
- color_background_floating
- color_surface
- color_surface_variant
- color_surface_highlight
- surface_header
- under_surface
- off_state
- accent_surface
- text_primary_on_accent
- text_secondary_on_accent
- volume_background
- Amoled/pure dark mode
- Custom palettes