[gnome-maps] Add High Contrast Icons



commit ee8a8cbb428e3c0d5f5be034aa56c7668563d461
Author: Daniel Mustieles <dnaiel mustieles gmail com>
Date:   Tue Aug 5 13:30:56 2014 +0200

    Add High Contrast Icons
    
    Provide high contrast version of project logo.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707287

 data/icons/HighContrast_apps_16x16_gnome-maps.png  |  Bin 0 -> 572 bytes
 data/icons/HighContrast_apps_22x22_gnome-maps.png  |  Bin 0 -> 788 bytes
 data/icons/HighContrast_apps_24x24_gnome-maps.png  |  Bin 0 -> 835 bytes
 .../icons/HighContrast_apps_256x256_gnome-maps.png |  Bin 0 -> 8323 bytes
 data/icons/HighContrast_apps_32x32_gnome-maps.png  |  Bin 0 -> 1067 bytes
 data/icons/HighContrast_apps_48x48_gnome-maps.png  |  Bin 0 -> 1554 bytes
 data/icons/Makefile.am                             |   21 +++++++++++++------
 7 files changed, 14 insertions(+), 7 deletions(-)
---
diff --git a/data/icons/HighContrast_apps_16x16_gnome-maps.png 
b/data/icons/HighContrast_apps_16x16_gnome-maps.png
new file mode 100644
index 0000000..7efe9a4
Binary files /dev/null and b/data/icons/HighContrast_apps_16x16_gnome-maps.png differ
diff --git a/data/icons/HighContrast_apps_22x22_gnome-maps.png 
b/data/icons/HighContrast_apps_22x22_gnome-maps.png
new file mode 100644
index 0000000..3071965
Binary files /dev/null and b/data/icons/HighContrast_apps_22x22_gnome-maps.png differ
diff --git a/data/icons/HighContrast_apps_24x24_gnome-maps.png 
b/data/icons/HighContrast_apps_24x24_gnome-maps.png
new file mode 100644
index 0000000..490dd3b
Binary files /dev/null and b/data/icons/HighContrast_apps_24x24_gnome-maps.png differ
diff --git a/data/icons/HighContrast_apps_256x256_gnome-maps.png 
b/data/icons/HighContrast_apps_256x256_gnome-maps.png
new file mode 100644
index 0000000..5353a8d
Binary files /dev/null and b/data/icons/HighContrast_apps_256x256_gnome-maps.png differ
diff --git a/data/icons/HighContrast_apps_32x32_gnome-maps.png 
b/data/icons/HighContrast_apps_32x32_gnome-maps.png
new file mode 100644
index 0000000..6f187e2
Binary files /dev/null and b/data/icons/HighContrast_apps_32x32_gnome-maps.png differ
diff --git a/data/icons/HighContrast_apps_48x48_gnome-maps.png 
b/data/icons/HighContrast_apps_48x48_gnome-maps.png
new file mode 100644
index 0000000..aa44d5e
Binary files /dev/null and b/data/icons/HighContrast_apps_48x48_gnome-maps.png differ
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index 55493aa..84a7a24 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -2,15 +2,22 @@ NULL =
 
 public_icons_themes =                          \
        hicolor                                 \
+       HighContrast                            \
        $(NULL)
 
-public_icons =                                 \
-       hicolor_apps_16x16_gnome-maps.png       \
-       hicolor_apps_22x22_gnome-maps.png       \
-       hicolor_apps_24x24_gnome-maps.png       \
-       hicolor_apps_32x32_gnome-maps.png       \
-       hicolor_apps_48x48_gnome-maps.png       \
-       hicolor_apps_256x256_gnome-maps.png     \
+public_icons =                                         \
+       hicolor_apps_16x16_gnome-maps.png               \
+       hicolor_apps_22x22_gnome-maps.png               \
+       hicolor_apps_24x24_gnome-maps.png               \
+       hicolor_apps_32x32_gnome-maps.png               \
+       hicolor_apps_48x48_gnome-maps.png               \
+       hicolor_apps_256x256_gnome-maps.png             \
+       HighContrast_apps_16x16_gnome-maps.png          \
+       HighContrast_apps_22x22_gnome-maps.png          \
+       HighContrast_apps_24x24_gnome-maps.png          \
+       HighContrast_apps_256x256_gnome-maps.png        \
+       HighContrast_apps_32x32_gnome-maps.png          \
+       HighContrast_apps_48x48_gnome-maps.png          \
        $(NULL)
 
 imagesdir = $(datadir)/gnome-maps/pixmaps


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