Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Tool tips arent styled #109

Open
1 of 5 tasks
LeadSeason opened this issue Jul 23, 2023 · 9 comments
Open
1 of 5 tasks

Tool tips arent styled #109

LeadSeason opened this issue Jul 23, 2023 · 9 comments
Labels
bug Something isn't working waiting on author

Comments

@LeadSeason
Copy link

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

  • GitHub Releases
  • AUR package
  • Nixpkg
  • Using the python install script
  • Flatpak

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
Copy link
Contributor

Hi 👋

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

Thanks!

@LeadSeason
Copy link
Author

Nope doesnt look like it. 😥
image

@sgoudham sgoudham added bug Something isn't working waiting on author and removed waiting on author labels May 26, 2024
@nullishamy
Copy link
Contributor

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

@LeadSeason
Copy link
Author

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

@nullishamy
Copy link
Contributor

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

@LeadSeason
Copy link
Author

This is what I got in my ags

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

@isabelroses
Copy link
Member

isabelroses commented May 26, 2024

This is what I got in my ags

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

All of those are catppuccin mocha colors.

@uncenter
Copy link
Member

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
Copy link
Contributor

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working waiting on author
Projects
None yet
Development

No branches or pull requests

5 participants