Apply Compose MaterialTheme #194
Labels
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
mentoring
The maintainer of this library is available for mentoring on this issue
When using compose on desktop it's common to use MaterialTheme.
This theme provides several colors:
The colors are providing
r, g, b
values so it's easy to createColorUIResource
off of them.How do we (need to) map them to the (LAF) MaterialTheme colors?
For example compose button uses
primaryVariant
as background color andonPrimary
as text color for this button.And we want to have the same appearance in JComponents, plus hopefully not setting each component on it's one.
The text was updated successfully, but these errors were encountered: