catppuccin / gtk

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

fix: tooltip #243

Closed isabelroses closed 5 months ago

nullishamy commented 6 months ago

Do we want to set the border colour explicitly / is it already subtext?

isabelroses commented 6 months ago

Do we want to set the border colour explicitly / is it already subtext?

border seems to be set to none, border: none;.

isabelroses commented 6 months ago

I got that from this command cat ./dist/catppuccin-frappe-blue-standard+default-dark/gtk-4.0/gtk.css | rg tooltip -A8

nullishamy commented 6 months ago

Hmm. We can always revisit that at a later date, seems good for now :+1:

nullishamy commented 6 months ago

Blocked on v1 though.

isabelroses commented 6 months ago

Just looking into it, because it's set to none, its breaking.

isabelroses commented 6 months ago

Oh the patch is also failing because mantle and etc are never set.