GNOME Bugzilla – Bug 747037
provide a scalable -symbolic variant of the app icon
Last modified: 2015-04-13 21:51:54 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 300604 [details] [review] icon: provide a symbolic variant of the app icon since gnome 3.16 we're using recolorable symbolic icons for the high contrast accessible theme
Review of attachment 300604 [details] [review]: Thanks Jakub. Just a couple of minor things to fix up. Feel free to amend and push directly. ::: Makefile.am @@ -63,3 @@ -hcicon48_DATA = data/icons/HighContrast/48x48/apps/gnome-clocks.png -hcicon256dir = $(datadir)/icons/HighContrast/256x256/apps -hcicon24_DATA = data/icons/HighContrast/24x24/apps/gnome-clocks.png Please git rm these files @@ -64,3 @@ -hcicon256dir = $(datadir)/icons/HighContrast/256x256/apps -hcicon256_DATA = data/icons/HighContrast/256x256/apps/gnome-clocks.png -hcicon24_DATA = data/icons/HighContrast/24x24/apps/gnome-clocks.png I guess you also need to remove hcicon_files from EXTRA_DIST
Created attachment 301466 [details] [review] icon: provide a symbolic variant of the app icon since gnome 3.16 we're using recolorable symbolic icons for the high contrast accessible theme
this was pushed