Last week I released version 2.0.0 of my
MaterialKolor library 🎨 !
MaterialKolor is a Compose Multiplatform library for generate Material3 themes from a seed color. This new release brings a heavily requested feature of being able to override certain key colors when generating the theme. For example you can now override the primary palette color to make the theme match your branding.
In tandem with 2.0.0 of MaterialKolor, I also created and released a Compose Multiplatform app for generating Material3 themes. You can check it out at
https://materialkolor.com!
Once you have built your theme, you can choose to export it as MaterialKolor code, or as raw Compose/Material3 code. The app is also open-source, so check it out
MaterialKolorBuilder.
Leave a star if you like it, and feel free to post any bugs or feature requests on either repo!