summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryuki <yukimaru666@gmail.com>2013-01-24 11:24:26 -0500
committerRyan Lortie <desrt@desrt.ca>2013-02-11 13:15:34 -0500
commita10bee4480f6c2ad1734d51e5cff31997b693968 (patch)
treefca0770ec87824058ad265f16f83b5e32c37c230
parent02c07e6ffea647daaa938d339a8a84b204369bdd (diff)
downloaddconf-a10bee4480f6c2ad1734d51e5cff31997b693968.tar.gz
editor: add new high contrast icons
https://bugzilla.gnome.org/show_bug.cgi?id=687310
-rw-r--r--editor/Makefile.am13
-rw-r--r--editor/icons/HighContrast/16x16/apps/dconf-editor.pngbin0 -> 553 bytes
-rw-r--r--editor/icons/HighContrast/22x22/apps/dconf-editor.pngbin0 -> 845 bytes
-rw-r--r--editor/icons/HighContrast/24x24/apps/dconf-editor.pngbin0 -> 1010 bytes
-rw-r--r--editor/icons/HighContrast/256x256/apps/dconf-editor.pngbin0 -> 12330 bytes
-rw-r--r--editor/icons/HighContrast/32x32/apps/dconf-editor.pngbin0 -> 1334 bytes
-rw-r--r--editor/icons/HighContrast/48x48/apps/dconf-editor.pngbin0 -> 2016 bytes
7 files changed, 10 insertions, 3 deletions
diff --git a/editor/Makefile.am b/editor/Makefile.am
index 207bd10..6642c0d 100644
--- a/editor/Makefile.am
+++ b/editor/Makefile.am
@@ -42,15 +42,22 @@ gsettings_SCHEMAS = ca.desrt.dconf-editor.gschema.xml
nobase_data_DATA = $(icons)
icons = \
- icons/hicolor/32x32/apps/dconf-editor.png \
- icons/hicolor/48x48/apps/dconf-editor.png \
- icons/hicolor/64x64/apps/dconf-editor.png \
+ icons/HighContrast/16x16/apps/dconf-editor.png \
+ icons/HighContrast/22x22/apps/dconf-editor.png \
+ icons/HighContrast/24x24/apps/dconf-editor.png \
+ icons/HighContrast/32x32/apps/dconf-editor.png \
+ icons/HighContrast/48x48/apps/dconf-editor.png \
+ icons/HighContrast/256x256/apps/dconf-editor.png \
+ icons/hicolor/32x32/apps/dconf-editor.png \
+ icons/hicolor/48x48/apps/dconf-editor.png \
+ icons/hicolor/64x64/apps/dconf-editor.png \
icons/hicolor/128x128/apps/dconf-editor.png
install-data-hook: update-icon-cache
uninstall-hook: update-icon-cache
update-icon-cache:
if test -z "$(DESTDIR)"; then \
+ gtk-update-icon-cache -f -t $(datadir)/icons/HighContrast; \
gtk-update-icon-cache -f -t $(datadir)/icons/hicolor; \
fi
diff --git a/editor/icons/HighContrast/16x16/apps/dconf-editor.png b/editor/icons/HighContrast/16x16/apps/dconf-editor.png
new file mode 100644
index 0000000..befd8d3
--- /dev/null
+++ b/editor/icons/HighContrast/16x16/apps/dconf-editor.png
Binary files differ
diff --git a/editor/icons/HighContrast/22x22/apps/dconf-editor.png b/editor/icons/HighContrast/22x22/apps/dconf-editor.png
new file mode 100644
index 0000000..79de977
--- /dev/null
+++ b/editor/icons/HighContrast/22x22/apps/dconf-editor.png
Binary files differ
diff --git a/editor/icons/HighContrast/24x24/apps/dconf-editor.png b/editor/icons/HighContrast/24x24/apps/dconf-editor.png
new file mode 100644
index 0000000..153f14f
--- /dev/null
+++ b/editor/icons/HighContrast/24x24/apps/dconf-editor.png
Binary files differ
diff --git a/editor/icons/HighContrast/256x256/apps/dconf-editor.png b/editor/icons/HighContrast/256x256/apps/dconf-editor.png
new file mode 100644
index 0000000..924491b
--- /dev/null
+++ b/editor/icons/HighContrast/256x256/apps/dconf-editor.png
Binary files differ
diff --git a/editor/icons/HighContrast/32x32/apps/dconf-editor.png b/editor/icons/HighContrast/32x32/apps/dconf-editor.png
new file mode 100644
index 0000000..d5abaca
--- /dev/null
+++ b/editor/icons/HighContrast/32x32/apps/dconf-editor.png
Binary files differ
diff --git a/editor/icons/HighContrast/48x48/apps/dconf-editor.png b/editor/icons/HighContrast/48x48/apps/dconf-editor.png
new file mode 100644
index 0000000..c6c4168
--- /dev/null
+++ b/editor/icons/HighContrast/48x48/apps/dconf-editor.png
Binary files differ