We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The tab bar in Gedit and probably other places too, is black when using Numix with GTK 3.8. This didn't occur with GTK 3.6.
Screenshot:
The text was updated successfully, but these errors were encountered:
The bug is due to overlay-scrollbars. Disable them. I'll add a patch for Ubuntu in next release (the patch turns the desktop grey in other distros).
You can also add the following in gtk-widgets.css,
* { /* inherit colors from parent */ color: inherit; background-color: inherit; }
Sorry, something went wrong.
Fixed in PPA.
No branches or pull requests
The tab bar in Gedit and probably other places too, is black when using Numix with GTK 3.8. This didn't occur with GTK 3.6.
Screenshot:

The text was updated successfully, but these errors were encountered: