vinceliuice / Colloid-gtk-theme

Colloid gtk theme for linux
GNU General Public License v3.0
1.03k stars 75 forks source link

Libadwaita ColorSchemes tweak issues #195

Open Covkie opened 2 months ago

Covkie commented 2 months ago

when providing a tweak ColorScheme:

  1. Light/Dark switching is broken
  2. when passing normal windows button style alongside a colorscheme they are invisible
vinceliuice commented 2 months ago

I added this information in readme file, colorscheme version do not support light/dark switch

Covkie commented 2 months ago

colorscheme version do not support light/dark switch

Why is that?

vinceliuice commented 2 months ago

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