catppuccin / gtk

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

Tool tips arent styled #109

Open LeadSeason opened 1 year ago

LeadSeason commented 1 year ago

Describe the bug Tool tips arent styled

Mention your distribution and your theme version arch

$ pacman -Q catppuccin-gtk-theme-mocha
catppuccin-gtk-theme-mocha 0.6.1-2

Select how you installed the theme

Symlinked the gtk-4.0 folder? No 😥 Have you symlinked the gtk-4.0 folder as mentioned in the README? This is not applicable for users who have installed the theme with the Nixpkg.

Expected behavior Tool tips are style. Example image from my eww 5nCPTCIFDvi5szZ

tooltip {
    color: $text;
    background: $base;
    border: 2px solid $surface0;
    border-radius: 1rem;
}

Screenshots oFFEQszSgdGwNrB 6DsOjoeL8CvaAPb

Additional context Please mention any additional context that might be applicable.

sgoudham commented 3 months ago

Hi 👋

Could you please confirm if this issue still exists in our latest release v0.7.5 (release) ?

Thanks!

LeadSeason commented 3 months ago

Nope doesnt look like it. 😥 image

nullishamy commented 3 months ago

I don't understand what your complaint is? Is it the background colour that's the problem?

LeadSeason commented 3 months ago

I might be nitpicking a little, but the border and background aren't styled / colored.

nullishamy commented 3 months ago

Could you give us the color pick of that section so we can try and find the corresponding style?

LeadSeason commented 3 months ago

This is what I got in my ags

tooltip {
  color: #cdd6f4;
  background: #1e1e2e;
  border: #a6adc8; }
isabelroses commented 3 months ago

This is what I got in my ags

tooltip {
  color: #cdd6f4;
  background: #1e1e2e;
  border: #a6adc8; }

All of those are catppuccin mocha colors.

uncenter commented 3 months ago

This is what I got in my ags

tooltip {
  color: #cdd6f4;
  background: #1e1e2e;
  border: #a6adc8; }

All of those are catppuccin mocha colors.

Though the color in the screenshot provided earlier looks like #0c0c15 which isn't...

nullishamy commented 3 months ago

@isabelroses did some investigation, issue seems to be from this section in Colloid, we can patch this and submit it to upstream