GNOME Bugzilla – Bug 747252
provide a scalable -symbolic variant of the app icon
Last modified: 2015-04-13 12:15:41 UTC
Starting with GNOME 3.16 we streamlined how high contrast icons are managed. The attached patch includes a symbolic variant of the app icon that is used for HC theme and recolorable at runtime. See https://wiki.gnome.org/Initiatives/GnomeGoals/HighContrastAppIcons for more details.
Created attachment 300826 [details] [review] icon: provide a symbolic variant of the app icon Since 3.16 the high contrast accessible theme is covered by the recolorable symbolic variant of the app icon. The symbolic size has been introduced to hicolor to cope with the nominal size of 16x16 rather than the backward compatible 128x128.
Review of attachment 300826 [details] [review]: Looks good!
Review of attachment 300826 [details] [review]: ::: configure.ac @@ +591,3 @@ data/icons/256x256/Makefile data/icons/scalable/Makefile +data/icons/symbolic/Makefile This file (data/icons/symbolic/Makefile.am) is missing from the patch.
Created attachment 301452 [details] [review] icon: provide a symbolic variant of the app icon Since 3.16 the high contrast accessible theme is covered by the recolorable symbolic variant of the app icon. The symbolic size has been introduced to hicolor to cope with the nominal size of 16x16 rather than the backward compatible 128x128.
Attachment 301452 [details] pushed as 9437e11 - icon: provide a symbolic variant of the app icon