Open ghost opened 10 years ago
@Neftas it is indeed because of the fact that they are both Qt based applications, which may not be able to read the theming properly. I'm not sure if this is fixable but I'll look into it.
Thanks. I've played around with the CSS myself a bit, but I'm not really familiar with GTK+. The theme is just beautiful, and it would be great if Qt-based applications could work with it properly. Thanks for the time and effort!
@Neftas Qt uses the Gtk 2 theme which is a little harder to theme, and may therefore cause bugs due to the fact that Qt has different widgets to Gtk which may not be themed by the Gtk 2 theme.
I see. And there is not really a way around this?
I can confirm the illegible white-on-white issue for clementine and gparted as well. The former exhibits this behavior in the progress bar, as well as in the artist/album panel when selecting an item. In the latter, the behavior is found in the task progress bar.
This issue also exists in Eclipse - the trend here is that they are all using Gtk 2 theming (apart from gparted which should be using Gtk 3 theming).
I also found this issue in Kadu (IM client) and Ubuntu Tweak. So no way around this thing?
When selecting items in Anki's sidebar, the text color becomes white and illegible (see above).
I have a similar issue in LibreOffice: here hovering a menu item makes the text the same color as the background, and thus illegible.
Edit
I checked some other applications. Sqliteman also suffers from the same problem. To be more precise, it has a sidebar with text items, that, when clicked upon, the text gets the same color as the background.
Anki and Sqliteman are both Qt programs, could this be an issue?
(I have
gtk2-engines-murrine
andgtk2-engines-pixbuf
installed. I copied the theme to/usr/share/themes
.)