Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

feat: Color mixing for Monet generation #736

@daudix

Description

@daudix

Feature description

As discussed in Matrix, we need a way to mix two colors in Monet, one of them with small opacity, e.g mix @window_bg_color with full opacity and @accent_bg_color with 0.4 opacity, this is needed for fine-tuning coloring of headerbar, views, dialogs, popeovers and etc

Show illustration

overlay

Edit: there is simpler way, putting this to any color prompt mixes two given colors, now it's just a matter of putting this snippet in required prompts on Monet generation

alpha(mix(@accent_bg_color, @window_bg_color, 0.8), 1)

Edit 2: not sure if this will work for GTK3, so generating hex is likely a better solution

Additional Context

No response

Did you read the Code of Conduct?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Todo

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions