teogor / ceres

🪐 Ceres is a comprehensive Android development framework designed to streamline your app development process. Powered by the latest technologies like Jetpack Compose, Hilt, Coroutines, and Flow, Ceres empowers developers to build modern and efficient Android applications.
https://source.teogor.dev/ceres
Apache License 2.0
65 stars 4 forks source link

Enhance Color Utilities and Customization #158

Closed teogor closed 1 year ago

teogor commented 1 year ago

Description

This PR introduces significant enhancements to the color manipulation and customization capabilities within the project. The following functionalities have been added:

ColorUtils Object

ColorTheme Object

These additions provide more flexibility and control when working with colors, ensuring better design customization and harmonization with the primary theme.

Closes #149