GNOME Bugzilla – Bug 737068
some icons dont obey theme colors
Last modified: 2014-10-10 17:49:50 UTC
Created attachment 286724 [details] maps with dark theme the appended screenshot was made on archlinux using the gnome 3.13.92 release. As you can see the non-theme icons are also black when using the dark theme which gives a very inconsistent look overall.
For some of the buttons, this is because of: <property name="pixbuf">layers-button.svg</property> <property name="pixbuf">route-button</property> For making symbolic recoloring work, these will have to be loaded from icon names.
Created attachment 286784 [details] [review] Add symbolic icons to icon theme Add the icons to our icon theme and use 'icon-name' property instead of 'pixbuf' property. This will make recoloring work.
Created attachment 286785 [details] After patch
Review of attachment 286784 [details] [review]: Ack
(In reply to comment #4) > Review of attachment 286784 [details] [review]: > > Ack Jonas, forgot to push?
No, talked to release-team and it was agreed to go in stable branch. It wasn't urgent enough since maps isn't default dark. So... could push now I guess so it gets into 3.14.1
Attachment 286784 [details] pushed as 1d08fcb - Add symbolic icons to icon theme