Skip to content

Color palette with material colors #4

@ausichenko

Description

@ausichenko

It would be very convenient to have a set of colors from Material Design in this library which would be used in the common code.

Color palette according to https://www.materialui.co/colors

Usage example:
val green = MaterialPalette.LIGHT_GREEN_500

The approximate vision of implementation:

object MaterialPalette {
    ...
    val LIGHT_GREEN_100 = Color (...)
    ...
    val LIGHT_GREEN_900 = Color (...)
    val LIGHT_GREEN_A100 = Color (...)
    ...
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions