Closed genodeftest closed 3 years ago
Agree there is some issues with "Dark" themes, It would be great if you would look into it.
Theme detection is working: https://gist.github.com/genodeftest/94e623123f20566d158569a2ef3b25a2
Dark themes is working fine in current release and support for custom yumex themeing is added
There are some minor issues with dark themes, e.g.:
87 : custom colors for info bar ("status bar") are broken. Already fixed in #104
109 : custom font colors might have little contrast on themed background color
There are some common issues that don't fit there, so I'm opening a new bug report to lay out an idea how to fix this.
Workaround: disable dark theme altogether. gnome-calendar does this. This could be shipped pretty fast.
How to actually fix colors:
GTK_THEME=Adwaita:light
gtk-application-prefer-dark-theme
Alternative approach as suggested by Gtk+ developer Matthias Clasen:
.installed { color: #darkgreen; }
installed
to those GtkWidgets that need custom themesThis seems to be "the modern Gtk+ 3.x way". This is nice and clean, but doesn't fix the problem for unknown dark themes without
gtk-application-prefer-dark-theme
set. Gtk+ people don't seem to care about that though.If nobody objects, I'll be working on this.