Closed samdroid-apps closed 8 years ago
Some of dark theme issues still remain, but could be fixed by manually defining the font color as black.
Hum. I will investigate if I can have a dark theme for the application css - as it would make more sense to have dark comment backgrounds.
Maybe sticking to operators like darker() to adjust background colors would work.
I also used this nice tango table: http://emilis.info/other/extended_tango/
But the issue that I'm facing now is that I have no idea how to detect the dark variant. I can't see a way to do that via css or python. But there must be some way!
But the issue that I'm facing now is that I have no idea how to detect the dark variant
settings = Gtk.Settings.get_default()
using_dark_variant = settings.get_property("gtk-application-prefer-dark-theme")
Thanks @brunelli, I just merged a commit that made use of that. We still need to actually write the css for the dark theme, I currently only change the value of $gnome-grey. Contributions always welcome.
Old:
New:
This is a design discussion. Ideas appreciated.