Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text color/background for hints #1651

Closed
kolorafa opened this issue Oct 17, 2017 · 3 comments
Closed

Text color/background for hints #1651

kolorafa opened this issue Oct 17, 2017 · 3 comments

Comments

@kolorafa
Copy link

image

Other GTK apps have hints white text over black background, is the background color hardcoded?
image

Arch (Antergos) KDE Plasma
geany 1.31 (kompilacja: Jul 19 2017GTK 2.24.31, GLib 2.52.3)

@kolorafa kolorafa changed the title Text color/background for hint Text color/background for hints problem Oct 17, 2017
@kolorafa kolorafa changed the title Text color/background for hints problem Text color/background for hints Oct 17, 2017
@codebrainz
Copy link
Member

Are you sure you're not using a GTK+3 build of Geany? I had this problem as well with KDE but I thought it was only when using GTK+3 Geany, not GTK+ 2.

@elextr
Copy link
Member

elextr commented Oct 18, 2017

No its not hard coded, it follows the GTK theme. Perhaps @codebrainz KDE distro didn't put much effort into the GTK themes after GTK3 when all the tools to translate KDE themes to GTK2 would have broken.

Add:

.tooltip {
  background-color: #00ff00;
}

to ~/.config/gtk-3.0/gtk.css and get minty green.

@kolorafa
Copy link
Author

kolorafa commented Oct 18, 2017

Okey ... that didn't help, but i did found that if I run geany from terminal it has this bad background, but if I run from start menu or krunner it loads and it get correctly black background.

Thanks for your help, so i need to look into theme/enviroment and probably hit plasma team.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants