There are multiple softwares (Zed, Zen, Zathura for example) that allow native transparent background.
Unlike softwares like Kitty, which has a background_opacity setting, these require to use an alpha channel on colors.
Right now, I have to use the set_alpha filter with some hardcoded opacity. Ideally, the matugen color scheme would contain an opacity variable that could be used in all those scenarios and would be set to 1.0 as default.
That way, there would be no need to manually hardcode all opacity values and it would be very easy to change the opacity quickly or to generate some transparent and some opaque themes.
There are multiple softwares (Zed, Zen, Zathura for example) that allow native transparent background.
Unlike softwares like Kitty, which has a
background_opacitysetting, these require to use an alpha channel on colors.Right now, I have to use the
set_alphafilter with some hardcoded opacity. Ideally, the matugen color scheme would contain an opacity variable that could be used in all those scenarios and would be set to 1.0 as default.That way, there would be no need to manually hardcode all opacity values and it would be very easy to change the opacity quickly or to generate some transparent and some opaque themes.