catppuccin / gtk

🪟 Soothing pastel theme for GTK3/4
GNU General Public License v3.0
913 stars 54 forks source link

fix: allow all accents to be used #232

Closed nullishamy closed 6 months ago

nullishamy commented 6 months ago

This allows all the accents to be used properly, and fixes a regression that disallowed this. The regression was caused by a misunderstanding in the old build system (lol).

We achieve this by patching out the @theme function from colloid, and replacing it with our own, and including all of the accents in our palette css. It is not the most robust solution, as if colloid changes this file our patch will need adjusting, but I think it's better than going scatterbomb find-and-replace on all of colloid without any safety mechanisms :+1: .

isabelroses commented 6 months ago

Also relates to https://github.com/catppuccin/gtk/issues/228