ConanXie / monet

TypeScript implementation of Android 12 Material You dynamic theme engine (named Monet).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Monet Color

TypeScript implementation of Android 12 Material You dynamic theme engine (named Monet).

Background

Most code is from android12-extensions, colorkt and material-color-utilities.

android12-extensions was created by Danny Lin(@kdrag0n) to implement "monet". And his implementation is better than Google's in most scenarios;

material-color-utilities was open sourced by Google that including choosing theme colors from images and creating tones of colors which powers Material Design 3 color system.

I combined these library, and optimized choosing theme colors from images of material-color-utilities.

Thanks to these authors's greate working.

Usage

About

TypeScript implementation of Android 12 Material You dynamic theme engine (named Monet).

License:MIT License


Languages

Language:TypeScript 91.2%Language:CSS 7.0%Language:JavaScript 1.8%