[dconf] editor: add new high contrast icons



commit a10bee4480f6c2ad1734d51e5cff31997b693968
Author: yuki <yukimaru666 gmail com>
Date:   Thu Jan 24 11:24:26 2013 -0500

    editor: add new high contrast icons
    
    https://bugzilla.gnome.org/show_bug.cgi?id=687310

 editor/Makefile.am                                 |   13 ++++++++++---
 .../icons/HighContrast/16x16/apps/dconf-editor.png |  Bin 0 -> 553 bytes
 .../icons/HighContrast/22x22/apps/dconf-editor.png |  Bin 0 -> 845 bytes
 .../icons/HighContrast/24x24/apps/dconf-editor.png |  Bin 0 -> 1010 bytes
 .../HighContrast/256x256/apps/dconf-editor.png     |  Bin 0 -> 12330 bytes
 .../icons/HighContrast/32x32/apps/dconf-editor.png |  Bin 0 -> 1334 bytes
 .../icons/HighContrast/48x48/apps/dconf-editor.png |  Bin 0 -> 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
Binary files /dev/null and b/editor/icons/HighContrast/16x16/apps/dconf-editor.png 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
Binary files /dev/null and b/editor/icons/HighContrast/22x22/apps/dconf-editor.png 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
Binary files /dev/null and b/editor/icons/HighContrast/24x24/apps/dconf-editor.png 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
Binary files /dev/null and b/editor/icons/HighContrast/256x256/apps/dconf-editor.png 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
Binary files /dev/null and b/editor/icons/HighContrast/32x32/apps/dconf-editor.png 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
Binary files /dev/null and b/editor/icons/HighContrast/48x48/apps/dconf-editor.png differ


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]