From 3d59f5229d748ff1d1a2068b06d2ffaedb6de329 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 26 Oct 2014 16:09:38 +0100 Subject: move contrast icon theme to contrasthigh, where it belongs --- .../ContrastHigh/48x48/categories/Makefile.am | 35 +++++++++++++++++++++ .../48x48/categories/applications-accessories.png | Bin 0 -> 1743 bytes .../48x48/categories/applications-development.png | Bin 0 -> 1680 bytes .../48x48/categories/applications-engineering.png | Bin 0 -> 1680 bytes .../48x48/categories/applications-games.png | Bin 0 -> 2106 bytes .../48x48/categories/applications-graphics.png | Bin 0 -> 1683 bytes .../48x48/categories/applications-internet.png | Bin 0 -> 2715 bytes .../48x48/categories/applications-multimedia.png | Bin 0 -> 3076 bytes .../48x48/categories/applications-office.png | Bin 0 -> 1822 bytes .../48x48/categories/applications-other.png | Bin 0 -> 2040 bytes .../48x48/categories/applications-science.png | Bin 0 -> 2040 bytes .../48x48/categories/applications-system.png | Bin 0 -> 2040 bytes .../48x48/categories/applications-utilities.png | Bin 0 -> 1743 bytes .../categories/preferences-desktop-peripherals.png | Bin 0 -> 2255 bytes .../categories/preferences-desktop-personal.png | Bin 0 -> 2255 bytes .../48x48/categories/preferences-desktop.png | Bin 0 -> 2255 bytes .../48x48/categories/preferences-other.png | Bin 0 -> 2255 bytes .../categories/preferences-system-network.png | Bin 0 -> 2040 bytes .../48x48/categories/preferences-system.png | Bin 0 -> 2040 bytes 19 files changed, 35 insertions(+) create mode 100644 icon-themes/ContrastHigh/48x48/categories/Makefile.am create mode 100644 icon-themes/ContrastHigh/48x48/categories/applications-accessories.png create mode 100644 icon-themes/ContrastHigh/48x48/categories/applications-development.png create mode 100644 icon-themes/ContrastHigh/48x48/categories/applications-engineering.png create mode 100755 icon-themes/ContrastHigh/48x48/categories/applications-games.png create mode 100644 icon-themes/ContrastHigh/48x48/categories/applications-graphics.png create mode 100644 icon-themes/ContrastHigh/48x48/categories/applications-internet.png create mode 100644 icon-themes/ContrastHigh/48x48/categories/applications-multimedia.png create mode 100644 icon-themes/ContrastHigh/48x48/categories/applications-office.png create mode 100644 icon-themes/ContrastHigh/48x48/categories/applications-other.png create mode 100644 icon-themes/ContrastHigh/48x48/categories/applications-science.png create mode 100644 icon-themes/ContrastHigh/48x48/categories/applications-system.png create mode 100644 icon-themes/ContrastHigh/48x48/categories/applications-utilities.png create mode 100644 icon-themes/ContrastHigh/48x48/categories/preferences-desktop-peripherals.png create mode 100644 icon-themes/ContrastHigh/48x48/categories/preferences-desktop-personal.png create mode 100644 icon-themes/ContrastHigh/48x48/categories/preferences-desktop.png create mode 100644 icon-themes/ContrastHigh/48x48/categories/preferences-other.png create mode 100644 icon-themes/ContrastHigh/48x48/categories/preferences-system-network.png create mode 100644 icon-themes/ContrastHigh/48x48/categories/preferences-system.png (limited to 'icon-themes/ContrastHigh/48x48/categories') diff --git a/icon-themes/ContrastHigh/48x48/categories/Makefile.am b/icon-themes/ContrastHigh/48x48/categories/Makefile.am new file mode 100644 index 00000000..4ca62c54 --- /dev/null +++ b/icon-themes/ContrastHigh/48x48/categories/Makefile.am @@ -0,0 +1,35 @@ +NULL= + +themedir = $(datadir)/icons/ContrastHigh +size = 48x48 +context = categories + +icondir = $(themedir)/$(size)/$(context) + +icon_DATA= \ + applications-science.png \ + preferences-system-network.png \ + applications-development.png \ + applications-other.png \ + applications-utilities.png \ + preferences-desktop-personal.png \ + preferences-system.png \ + applications-system.png \ + applications-office.png \ + applications-engineering.png \ + applications-accessories.png \ + preferences-desktop-peripherals.png \ + applications-internet.png \ + applications-graphics.png \ + preferences-desktop.png \ + preferences-other.png \ + applications-games.png \ + applications-multimedia.png \ + $(NULL) + +EXTRA_DIST= $(icon_DATA) + +if LEGACY_ICON_MAPPING +install-data-local: install-iconDATA + (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) +endif diff --git a/icon-themes/ContrastHigh/48x48/categories/applications-accessories.png b/icon-themes/ContrastHigh/48x48/categories/applications-accessories.png new file mode 100644 index 00000000..f26e2ea4 Binary files /dev/null and b/icon-themes/ContrastHigh/48x48/categories/applications-accessories.png differ diff --git a/icon-themes/ContrastHigh/48x48/categories/applications-development.png b/icon-themes/ContrastHigh/48x48/categories/applications-development.png new file mode 100644 index 00000000..42364704 Binary files /dev/null and b/icon-themes/ContrastHigh/48x48/categories/applications-development.png differ diff --git a/icon-themes/ContrastHigh/48x48/categories/applications-engineering.png b/icon-themes/ContrastHigh/48x48/categories/applications-engineering.png new file mode 100644 index 00000000..42364704 Binary files /dev/null and b/icon-themes/ContrastHigh/48x48/categories/applications-engineering.png differ diff --git a/icon-themes/ContrastHigh/48x48/categories/applications-games.png b/icon-themes/ContrastHigh/48x48/categories/applications-games.png new file mode 100755 index 00000000..47bf1373 Binary files /dev/null and b/icon-themes/ContrastHigh/48x48/categories/applications-games.png differ diff --git a/icon-themes/ContrastHigh/48x48/categories/applications-graphics.png b/icon-themes/ContrastHigh/48x48/categories/applications-graphics.png new file mode 100644 index 00000000..475d9f35 Binary files /dev/null and b/icon-themes/ContrastHigh/48x48/categories/applications-graphics.png differ diff --git a/icon-themes/ContrastHigh/48x48/categories/applications-internet.png b/icon-themes/ContrastHigh/48x48/categories/applications-internet.png new file mode 100644 index 00000000..2d157480 Binary files /dev/null and b/icon-themes/ContrastHigh/48x48/categories/applications-internet.png differ diff --git a/icon-themes/ContrastHigh/48x48/categories/applications-multimedia.png b/icon-themes/ContrastHigh/48x48/categories/applications-multimedia.png new file mode 100644 index 00000000..2f47deb6 Binary files /dev/null and b/icon-themes/ContrastHigh/48x48/categories/applications-multimedia.png differ diff --git a/icon-themes/ContrastHigh/48x48/categories/applications-office.png b/icon-themes/ContrastHigh/48x48/categories/applications-office.png new file mode 100644 index 00000000..11afab87 Binary files /dev/null and b/icon-themes/ContrastHigh/48x48/categories/applications-office.png differ diff --git a/icon-themes/ContrastHigh/48x48/categories/applications-other.png b/icon-themes/ContrastHigh/48x48/categories/applications-other.png new file mode 100644 index 00000000..6d7b0624 Binary files /dev/null and b/icon-themes/ContrastHigh/48x48/categories/applications-other.png differ diff --git a/icon-themes/ContrastHigh/48x48/categories/applications-science.png b/icon-themes/ContrastHigh/48x48/categories/applications-science.png new file mode 100644 index 00000000..6d7b0624 Binary files /dev/null and b/icon-themes/ContrastHigh/48x48/categories/applications-science.png differ diff --git a/icon-themes/ContrastHigh/48x48/categories/applications-system.png b/icon-themes/ContrastHigh/48x48/categories/applications-system.png new file mode 100644 index 00000000..6d7b0624 Binary files /dev/null and b/icon-themes/ContrastHigh/48x48/categories/applications-system.png differ diff --git a/icon-themes/ContrastHigh/48x48/categories/applications-utilities.png b/icon-themes/ContrastHigh/48x48/categories/applications-utilities.png new file mode 100644 index 00000000..f26e2ea4 Binary files /dev/null and b/icon-themes/ContrastHigh/48x48/categories/applications-utilities.png differ diff --git a/icon-themes/ContrastHigh/48x48/categories/preferences-desktop-peripherals.png b/icon-themes/ContrastHigh/48x48/categories/preferences-desktop-peripherals.png new file mode 100644 index 00000000..19980aa8 Binary files /dev/null and b/icon-themes/ContrastHigh/48x48/categories/preferences-desktop-peripherals.png differ diff --git a/icon-themes/ContrastHigh/48x48/categories/preferences-desktop-personal.png b/icon-themes/ContrastHigh/48x48/categories/preferences-desktop-personal.png new file mode 100644 index 00000000..19980aa8 Binary files /dev/null and b/icon-themes/ContrastHigh/48x48/categories/preferences-desktop-personal.png differ diff --git a/icon-themes/ContrastHigh/48x48/categories/preferences-desktop.png b/icon-themes/ContrastHigh/48x48/categories/preferences-desktop.png new file mode 100644 index 00000000..19980aa8 Binary files /dev/null and b/icon-themes/ContrastHigh/48x48/categories/preferences-desktop.png differ diff --git a/icon-themes/ContrastHigh/48x48/categories/preferences-other.png b/icon-themes/ContrastHigh/48x48/categories/preferences-other.png new file mode 100644 index 00000000..19980aa8 Binary files /dev/null and b/icon-themes/ContrastHigh/48x48/categories/preferences-other.png differ diff --git a/icon-themes/ContrastHigh/48x48/categories/preferences-system-network.png b/icon-themes/ContrastHigh/48x48/categories/preferences-system-network.png new file mode 100644 index 00000000..6d7b0624 Binary files /dev/null and b/icon-themes/ContrastHigh/48x48/categories/preferences-system-network.png differ diff --git a/icon-themes/ContrastHigh/48x48/categories/preferences-system.png b/icon-themes/ContrastHigh/48x48/categories/preferences-system.png new file mode 100644 index 00000000..6d7b0624 Binary files /dev/null and b/icon-themes/ContrastHigh/48x48/categories/preferences-system.png differ -- cgit v1.2.1