Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable transparency manipulation #10958

Closed
wants to merge 1 commit into from
Closed

Enable transparency manipulation #10958

wants to merge 1 commit into from

Commits on Apr 7, 2018

  1. Enable transparency manipulation

    I ran into trouble when manipulating colors across themes. I use the same primary color(deepOrange) for my light and dark themes, but when trying to blend them with their respective backgrounds it looked messy and required unnecessary coloring logic. Following the same philosophy of lighten/darken, opacify allows blending the palette with the rest of the theme in a simple manner, e.g.: opacify(lighten(theme.palette.primary.light, 0.75), 0.2).
    luminaxster authored Apr 7, 2018
    Configuration menu
    Copy the full SHA
    057b3de View commit details
    Browse the repository at this point in the history