Open kenz-gelsoft opened 1 month ago
Some iced apps may have non-opaque background color as iced_winit::Program::style().
For example, I'm trying to backport input method for COSMIC apps, those program styles have transparent background.
We're using that color for the background color of the preedit layer, but transparent background doesn't work well.
If that color is non-opaque color, should we use the theme's base color instead?
This PR doesn't change iced examples behaviors as far as I tested.
Some iced apps may have non-opaque background color as iced_winit::Program::style().
For example, I'm trying to backport input method for COSMIC apps, those program styles have transparent background.
We're using that color for the background color of the preedit layer, but transparent background doesn't work well.
If that color is non-opaque color, should we use the theme's base color instead?