https://github.com/jordond/materialkolorbuilder
🚀 A Material3 theme builder for Compose, powered by MaterialKolor
https://github.com/jordond/materialkolorbuilder
compose-multiplatform kotlin material3 multiplatform
Last synced: 9 months ago
JSON representation
🚀 A Material3 theme builder for Compose, powered by MaterialKolor
- Host: GitHub
- URL: https://github.com/jordond/materialkolorbuilder
- Owner: jordond
- License: mit
- Created: 2024-09-20T00:16:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-05T15:56:35.000Z (about 1 year ago)
- Last Synced: 2025-06-10T18:13:56.913Z (about 1 year ago)
- Topics: compose-multiplatform, kotlin, material3, multiplatform
- Language: Kotlin
- Homepage: https://materialkolor.com
- Size: 4.16 MB
- Stars: 51
- Watchers: 2
- Forks: 4
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# MaterialKolor Builder
[](http://kotlinlang.org)
[](https://github.com/jordond/materialkolorbuilder/actions/workflows/ci.yml)
[](https://github.com/jordond/materialkolorbuilder/actions/workflows/release.yml)
[](https://opensource.org/license/mit/)
[](https://github.com/JetBrains/compose-multiplatform)



A Material3 Theme builder powered by [MaterialKolor](https://github.com/jordond/MaterialKolor).
Visit at [materialkolor.com](https://materialkolor.com).
[mkb-demo.webm](https://github.com/user-attachments/assets/6368a0c3-9df9-416e-81ce-eeb763e74c6e)
## Table of Contents
- [Features](#features)
- [Platforms](#platforms)
- [Contributing](#contributing)
- [License](#license)
## Features
- Generate Material3 themes from a single color
- Select from a variety of preset images
- Upload your own image to extract a color from
- Change other settings like:
- Palette Style
- Contrast
- Etc
- Export as standard Material Compose code, or a snippet to
get [MaterialKolor](https://github.com/jordond/MaterialKolor) up and running.
## Inspiration
The heart of this app comes from the [material-color-utilities](https://github.com/material-foundation/material-color-utilities). A Java library for creating
Material3 color schemes. I commonized it in my [MaterialKolor](https://github.com/jordond/MaterialKolor) library, and created this app to
showcase it.
## Platforms
This app is written with Compose Multiplatform, and can be used on the following platforms:
- Android
- iOS (not tested)
- JVM (Desktop)
- Browser (wasm)
## Contributing
Contributions are greatly appreciated! If you find a bug, or have a feature request, please open an
issue. If you would like to contribute, please open a pull request.
## License
See [LICENSE](LICENSE) for more information.