From 84bb8e9abb883a1804cb5f995d48dce4fd72b9f2 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 8 Nov 2014 23:25:57 +0100 Subject: add some more icons for contrasthigh icon theme --- icon-themes/ContrastHigh/256x256/stock/Makefile.am | 28 +++++++++++++++++++++ .../ContrastHigh/256x256/stock/gtk-apply.png | Bin 0 -> 1523 bytes .../ContrastHigh/256x256/stock/gtk-bold.png | Bin 0 -> 2494 bytes .../ContrastHigh/256x256/stock/gtk-cancel.png | Bin 0 -> 2496 bytes .../ContrastHigh/256x256/stock/gtk-connect.png | Bin 0 -> 5299 bytes .../ContrastHigh/256x256/stock/gtk-convert.png | Bin 0 -> 2536 bytes .../ContrastHigh/256x256/stock/gtk-disconnect.png | Bin 0 -> 4826 bytes .../256x256/stock/gtk-dnd-multiple.png | Bin 0 -> 2065 bytes icon-themes/ContrastHigh/256x256/stock/gtk-dnd.png | Bin 0 -> 1673 bytes .../ContrastHigh/256x256/stock/gtk-edit.png | Bin 0 -> 3312 bytes .../ContrastHigh/256x256/stock/gtk-index.png | Bin 0 -> 2233 bytes icon-themes/ContrastHigh/256x256/stock/gtk-no.png | Bin 0 -> 2496 bytes icon-themes/ContrastHigh/256x256/stock/gtk-ok.png | Bin 0 -> 1523 bytes .../ContrastHigh/256x256/stock/gtk-preferences.png | Bin 0 -> 6681 bytes .../256x256/stock/gtk-select-color.png | Bin 0 -> 5896 bytes .../ContrastHigh/256x256/stock/gtk-select-font.png | Bin 0 -> 3004 bytes .../ContrastHigh/256x256/stock/gtk-undelete.png | Bin 0 -> 3550 bytes icon-themes/ContrastHigh/256x256/stock/gtk-yes.png | Bin 0 -> 1523 bytes 18 files changed, 28 insertions(+) create mode 100644 icon-themes/ContrastHigh/256x256/stock/Makefile.am create mode 100644 icon-themes/ContrastHigh/256x256/stock/gtk-apply.png create mode 100644 icon-themes/ContrastHigh/256x256/stock/gtk-bold.png create mode 100644 icon-themes/ContrastHigh/256x256/stock/gtk-cancel.png create mode 100644 icon-themes/ContrastHigh/256x256/stock/gtk-connect.png create mode 100644 icon-themes/ContrastHigh/256x256/stock/gtk-convert.png create mode 100644 icon-themes/ContrastHigh/256x256/stock/gtk-disconnect.png create mode 100644 icon-themes/ContrastHigh/256x256/stock/gtk-dnd-multiple.png create mode 100644 icon-themes/ContrastHigh/256x256/stock/gtk-dnd.png create mode 100644 icon-themes/ContrastHigh/256x256/stock/gtk-edit.png create mode 100644 icon-themes/ContrastHigh/256x256/stock/gtk-index.png create mode 100644 icon-themes/ContrastHigh/256x256/stock/gtk-no.png create mode 100644 icon-themes/ContrastHigh/256x256/stock/gtk-ok.png create mode 100644 icon-themes/ContrastHigh/256x256/stock/gtk-preferences.png create mode 100644 icon-themes/ContrastHigh/256x256/stock/gtk-select-color.png create mode 100644 icon-themes/ContrastHigh/256x256/stock/gtk-select-font.png create mode 100644 icon-themes/ContrastHigh/256x256/stock/gtk-undelete.png create mode 100644 icon-themes/ContrastHigh/256x256/stock/gtk-yes.png (limited to 'icon-themes/ContrastHigh/256x256/stock') diff --git a/icon-themes/ContrastHigh/256x256/stock/Makefile.am b/icon-themes/ContrastHigh/256x256/stock/Makefile.am new file mode 100644 index 00000000..58ddf1d4 --- /dev/null +++ b/icon-themes/ContrastHigh/256x256/stock/Makefile.am @@ -0,0 +1,28 @@ +NULL= + +themedir = $(datadir)/icons/ContrastHigh +size = 256x256 +context = stock + +icondir = $(themedir)/$(size)/$(context) + +icon_DATA= \ + gtk-apply.png \ + gtk-bold.png \ + gtk-cancel.png \ + gtk-connect.png \ + gtk-convert.png \ + gtk-disconnect.png \ + gtk-dnd-multiple.png \ + gtk-dnd.png \ + gtk-edit.png \ + gtk-index.png \ + gtk-no.png \ + gtk-ok.png \ + gtk-preferences.png \ + gtk-select-color.png \ + gtk-select-font.png \ + gtk-undelete.png \ + gtk-yes.png + +EXTRA_DIST= $(icon_DATA) diff --git a/icon-themes/ContrastHigh/256x256/stock/gtk-apply.png b/icon-themes/ContrastHigh/256x256/stock/gtk-apply.png new file mode 100644 index 00000000..d639076e Binary files /dev/null and b/icon-themes/ContrastHigh/256x256/stock/gtk-apply.png differ diff --git a/icon-themes/ContrastHigh/256x256/stock/gtk-bold.png b/icon-themes/ContrastHigh/256x256/stock/gtk-bold.png new file mode 100644 index 00000000..3063d93f Binary files /dev/null and b/icon-themes/ContrastHigh/256x256/stock/gtk-bold.png differ diff --git a/icon-themes/ContrastHigh/256x256/stock/gtk-cancel.png b/icon-themes/ContrastHigh/256x256/stock/gtk-cancel.png new file mode 100644 index 00000000..afbe5bfd Binary files /dev/null and b/icon-themes/ContrastHigh/256x256/stock/gtk-cancel.png differ diff --git a/icon-themes/ContrastHigh/256x256/stock/gtk-connect.png b/icon-themes/ContrastHigh/256x256/stock/gtk-connect.png new file mode 100644 index 00000000..168bc6ac Binary files /dev/null and b/icon-themes/ContrastHigh/256x256/stock/gtk-connect.png differ diff --git a/icon-themes/ContrastHigh/256x256/stock/gtk-convert.png b/icon-themes/ContrastHigh/256x256/stock/gtk-convert.png new file mode 100644 index 00000000..f12f27fa Binary files /dev/null and b/icon-themes/ContrastHigh/256x256/stock/gtk-convert.png differ diff --git a/icon-themes/ContrastHigh/256x256/stock/gtk-disconnect.png b/icon-themes/ContrastHigh/256x256/stock/gtk-disconnect.png new file mode 100644 index 00000000..d0aa4678 Binary files /dev/null and b/icon-themes/ContrastHigh/256x256/stock/gtk-disconnect.png differ diff --git a/icon-themes/ContrastHigh/256x256/stock/gtk-dnd-multiple.png b/icon-themes/ContrastHigh/256x256/stock/gtk-dnd-multiple.png new file mode 100644 index 00000000..87903667 Binary files /dev/null and b/icon-themes/ContrastHigh/256x256/stock/gtk-dnd-multiple.png differ diff --git a/icon-themes/ContrastHigh/256x256/stock/gtk-dnd.png b/icon-themes/ContrastHigh/256x256/stock/gtk-dnd.png new file mode 100644 index 00000000..119a5e0f Binary files /dev/null and b/icon-themes/ContrastHigh/256x256/stock/gtk-dnd.png differ diff --git a/icon-themes/ContrastHigh/256x256/stock/gtk-edit.png b/icon-themes/ContrastHigh/256x256/stock/gtk-edit.png new file mode 100644 index 00000000..a78fc36b Binary files /dev/null and b/icon-themes/ContrastHigh/256x256/stock/gtk-edit.png differ diff --git a/icon-themes/ContrastHigh/256x256/stock/gtk-index.png b/icon-themes/ContrastHigh/256x256/stock/gtk-index.png new file mode 100644 index 00000000..1bd1ac4b Binary files /dev/null and b/icon-themes/ContrastHigh/256x256/stock/gtk-index.png differ diff --git a/icon-themes/ContrastHigh/256x256/stock/gtk-no.png b/icon-themes/ContrastHigh/256x256/stock/gtk-no.png new file mode 100644 index 00000000..afbe5bfd Binary files /dev/null and b/icon-themes/ContrastHigh/256x256/stock/gtk-no.png differ diff --git a/icon-themes/ContrastHigh/256x256/stock/gtk-ok.png b/icon-themes/ContrastHigh/256x256/stock/gtk-ok.png new file mode 100644 index 00000000..d639076e Binary files /dev/null and b/icon-themes/ContrastHigh/256x256/stock/gtk-ok.png differ diff --git a/icon-themes/ContrastHigh/256x256/stock/gtk-preferences.png b/icon-themes/ContrastHigh/256x256/stock/gtk-preferences.png new file mode 100644 index 00000000..ac20ee1e Binary files /dev/null and b/icon-themes/ContrastHigh/256x256/stock/gtk-preferences.png differ diff --git a/icon-themes/ContrastHigh/256x256/stock/gtk-select-color.png b/icon-themes/ContrastHigh/256x256/stock/gtk-select-color.png new file mode 100644 index 00000000..4ea94122 Binary files /dev/null and b/icon-themes/ContrastHigh/256x256/stock/gtk-select-color.png differ diff --git a/icon-themes/ContrastHigh/256x256/stock/gtk-select-font.png b/icon-themes/ContrastHigh/256x256/stock/gtk-select-font.png new file mode 100644 index 00000000..08f8e190 Binary files /dev/null and b/icon-themes/ContrastHigh/256x256/stock/gtk-select-font.png differ diff --git a/icon-themes/ContrastHigh/256x256/stock/gtk-undelete.png b/icon-themes/ContrastHigh/256x256/stock/gtk-undelete.png new file mode 100644 index 00000000..aa008a33 Binary files /dev/null and b/icon-themes/ContrastHigh/256x256/stock/gtk-undelete.png differ diff --git a/icon-themes/ContrastHigh/256x256/stock/gtk-yes.png b/icon-themes/ContrastHigh/256x256/stock/gtk-yes.png new file mode 100644 index 00000000..d639076e Binary files /dev/null and b/icon-themes/ContrastHigh/256x256/stock/gtk-yes.png differ -- cgit v1.2.1