GNOME Bugzilla – Bug 734398
Missing high contrast icon
Last modified: 2014-08-13 19:53:17 UTC
Created attachment 282753 [details] screenshot under GNOME Continuous As per http://wiki.gnome.org/GnomeGoals/HighContrastAppIcons Will fix up with some graphics for this.
Created attachment 282755 [details] gnome-photos highcontrast icons These should be installed in a similar manner to the hicolor icons. The gnome-photos.svg should be treated as a source, and not be installed.
The high contrast icons for Boxes, Clocks, Documents and a bunch of other applications are installed by gnome-themes-standard. What is the plan? Should the high contrast theme continue to own them, or should the applications own them now?
Oh, I forgot. Thanks for creating the icon, Andreas!
Created attachment 283175 [details] [review] Missing high contrast icons
Review of attachment 283175 [details] [review]: ::: data/icons/Makefile.am @@ +1,1 @@ +SUBDIRS = hicolor HighContrast We don't need to create separate directories. Just naming the icons as <theme>_<context>_<size>_gnome-photos.png is enough because the Makefile.am already works that way. We should rename the hicolor SVG source as highcolor_gnome-photos.png so that we can also have the HighContrast SVG in the same directory.
Created attachment 283274 [details] [review] icons: Rename the hicolor source to make room for HighContrast icons
Created attachment 283312 [details] [review] icons: Added HighContrast icons
Review of attachment 283312 [details] [review]: Perfect.
Thanks for the icons, Andreas!