Colloid-gtk-theme
Colloid-gtk-theme copied to clipboard
Libadwaita ColorSchemes tweak issues
when providing a tweak ColorScheme:
- Light/Dark switching is broken
- when passing normal windows button style alongside a colorscheme they are invisible
I added this information in readme file, colorscheme version do not support light/dark switch
colorscheme version do not support light/dark switch
Why is that?
Because default system libadwaita theme do not have custom colorsheme color value code, so I have to add defined color value code into my theme, so it will not support dark switch. But on default colorsheme of coloid, I did not add any color value code, I just use color values built-in system libadwaita theme, so it can support dark switch function