From ebe8375da6b91888c709381dc9155953c029bc12 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/32x32/stock/Makefile.am | 28 +++++++++++++++++++++ icon-themes/ContrastHigh/32x32/stock/gtk-apply.png | Bin 0 -> 424 bytes icon-themes/ContrastHigh/32x32/stock/gtk-bold.png | Bin 0 -> 542 bytes .../ContrastHigh/32x32/stock/gtk-cancel.png | Bin 0 -> 462 bytes .../ContrastHigh/32x32/stock/gtk-connect.png | Bin 0 -> 952 bytes .../ContrastHigh/32x32/stock/gtk-convert.png | Bin 0 -> 453 bytes .../ContrastHigh/32x32/stock/gtk-disconnect.png | Bin 0 -> 847 bytes .../ContrastHigh/32x32/stock/gtk-dnd-multiple.png | Bin 0 -> 501 bytes icon-themes/ContrastHigh/32x32/stock/gtk-dnd.png | Bin 0 -> 397 bytes icon-themes/ContrastHigh/32x32/stock/gtk-edit.png | Bin 0 -> 648 bytes icon-themes/ContrastHigh/32x32/stock/gtk-index.png | Bin 0 -> 418 bytes icon-themes/ContrastHigh/32x32/stock/gtk-no.png | Bin 0 -> 462 bytes icon-themes/ContrastHigh/32x32/stock/gtk-ok.png | Bin 0 -> 424 bytes .../ContrastHigh/32x32/stock/gtk-preferences.png | Bin 0 -> 1151 bytes .../ContrastHigh/32x32/stock/gtk-select-color.png | Bin 0 -> 875 bytes .../ContrastHigh/32x32/stock/gtk-select-font.png | Bin 0 -> 581 bytes .../ContrastHigh/32x32/stock/gtk-undelete.png | Bin 0 -> 800 bytes icon-themes/ContrastHigh/32x32/stock/gtk-yes.png | Bin 0 -> 424 bytes 18 files changed, 28 insertions(+) create mode 100644 icon-themes/ContrastHigh/32x32/stock/Makefile.am create mode 100644 icon-themes/ContrastHigh/32x32/stock/gtk-apply.png create mode 100644 icon-themes/ContrastHigh/32x32/stock/gtk-bold.png create mode 100644 icon-themes/ContrastHigh/32x32/stock/gtk-cancel.png create mode 100644 icon-themes/ContrastHigh/32x32/stock/gtk-connect.png create mode 100644 icon-themes/ContrastHigh/32x32/stock/gtk-convert.png create mode 100644 icon-themes/ContrastHigh/32x32/stock/gtk-disconnect.png create mode 100644 icon-themes/ContrastHigh/32x32/stock/gtk-dnd-multiple.png create mode 100644 icon-themes/ContrastHigh/32x32/stock/gtk-dnd.png create mode 100644 icon-themes/ContrastHigh/32x32/stock/gtk-edit.png create mode 100644 icon-themes/ContrastHigh/32x32/stock/gtk-index.png create mode 100644 icon-themes/ContrastHigh/32x32/stock/gtk-no.png create mode 100644 icon-themes/ContrastHigh/32x32/stock/gtk-ok.png create mode 100644 icon-themes/ContrastHigh/32x32/stock/gtk-preferences.png create mode 100644 icon-themes/ContrastHigh/32x32/stock/gtk-select-color.png create mode 100644 icon-themes/ContrastHigh/32x32/stock/gtk-select-font.png create mode 100644 icon-themes/ContrastHigh/32x32/stock/gtk-undelete.png create mode 100644 icon-themes/ContrastHigh/32x32/stock/gtk-yes.png (limited to 'icon-themes/ContrastHigh/32x32/stock') diff --git a/icon-themes/ContrastHigh/32x32/stock/Makefile.am b/icon-themes/ContrastHigh/32x32/stock/Makefile.am new file mode 100644 index 00000000..2a072ce0 --- /dev/null +++ b/icon-themes/ContrastHigh/32x32/stock/Makefile.am @@ -0,0 +1,28 @@ +NULL= + +themedir = $(datadir)/icons/ContrastHigh +size = 32x32 +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/32x32/stock/gtk-apply.png b/icon-themes/ContrastHigh/32x32/stock/gtk-apply.png new file mode 100644 index 00000000..9d431a1e Binary files /dev/null and b/icon-themes/ContrastHigh/32x32/stock/gtk-apply.png differ diff --git a/icon-themes/ContrastHigh/32x32/stock/gtk-bold.png b/icon-themes/ContrastHigh/32x32/stock/gtk-bold.png new file mode 100644 index 00000000..87360f67 Binary files /dev/null and b/icon-themes/ContrastHigh/32x32/stock/gtk-bold.png differ diff --git a/icon-themes/ContrastHigh/32x32/stock/gtk-cancel.png b/icon-themes/ContrastHigh/32x32/stock/gtk-cancel.png new file mode 100644 index 00000000..d02dd36e Binary files /dev/null and b/icon-themes/ContrastHigh/32x32/stock/gtk-cancel.png differ diff --git a/icon-themes/ContrastHigh/32x32/stock/gtk-connect.png b/icon-themes/ContrastHigh/32x32/stock/gtk-connect.png new file mode 100644 index 00000000..5ea02ec2 Binary files /dev/null and b/icon-themes/ContrastHigh/32x32/stock/gtk-connect.png differ diff --git a/icon-themes/ContrastHigh/32x32/stock/gtk-convert.png b/icon-themes/ContrastHigh/32x32/stock/gtk-convert.png new file mode 100644 index 00000000..30ca7d2b Binary files /dev/null and b/icon-themes/ContrastHigh/32x32/stock/gtk-convert.png differ diff --git a/icon-themes/ContrastHigh/32x32/stock/gtk-disconnect.png b/icon-themes/ContrastHigh/32x32/stock/gtk-disconnect.png new file mode 100644 index 00000000..8c34c6e1 Binary files /dev/null and b/icon-themes/ContrastHigh/32x32/stock/gtk-disconnect.png differ diff --git a/icon-themes/ContrastHigh/32x32/stock/gtk-dnd-multiple.png b/icon-themes/ContrastHigh/32x32/stock/gtk-dnd-multiple.png new file mode 100644 index 00000000..e5e95fc7 Binary files /dev/null and b/icon-themes/ContrastHigh/32x32/stock/gtk-dnd-multiple.png differ diff --git a/icon-themes/ContrastHigh/32x32/stock/gtk-dnd.png b/icon-themes/ContrastHigh/32x32/stock/gtk-dnd.png new file mode 100644 index 00000000..e5d97515 Binary files /dev/null and b/icon-themes/ContrastHigh/32x32/stock/gtk-dnd.png differ diff --git a/icon-themes/ContrastHigh/32x32/stock/gtk-edit.png b/icon-themes/ContrastHigh/32x32/stock/gtk-edit.png new file mode 100644 index 00000000..e2629973 Binary files /dev/null and b/icon-themes/ContrastHigh/32x32/stock/gtk-edit.png differ diff --git a/icon-themes/ContrastHigh/32x32/stock/gtk-index.png b/icon-themes/ContrastHigh/32x32/stock/gtk-index.png new file mode 100644 index 00000000..394f619f Binary files /dev/null and b/icon-themes/ContrastHigh/32x32/stock/gtk-index.png differ diff --git a/icon-themes/ContrastHigh/32x32/stock/gtk-no.png b/icon-themes/ContrastHigh/32x32/stock/gtk-no.png new file mode 100644 index 00000000..d02dd36e Binary files /dev/null and b/icon-themes/ContrastHigh/32x32/stock/gtk-no.png differ diff --git a/icon-themes/ContrastHigh/32x32/stock/gtk-ok.png b/icon-themes/ContrastHigh/32x32/stock/gtk-ok.png new file mode 100644 index 00000000..9d431a1e Binary files /dev/null and b/icon-themes/ContrastHigh/32x32/stock/gtk-ok.png differ diff --git a/icon-themes/ContrastHigh/32x32/stock/gtk-preferences.png b/icon-themes/ContrastHigh/32x32/stock/gtk-preferences.png new file mode 100644 index 00000000..23e0a785 Binary files /dev/null and b/icon-themes/ContrastHigh/32x32/stock/gtk-preferences.png differ diff --git a/icon-themes/ContrastHigh/32x32/stock/gtk-select-color.png b/icon-themes/ContrastHigh/32x32/stock/gtk-select-color.png new file mode 100644 index 00000000..e8edb202 Binary files /dev/null and b/icon-themes/ContrastHigh/32x32/stock/gtk-select-color.png differ diff --git a/icon-themes/ContrastHigh/32x32/stock/gtk-select-font.png b/icon-themes/ContrastHigh/32x32/stock/gtk-select-font.png new file mode 100644 index 00000000..36a66a90 Binary files /dev/null and b/icon-themes/ContrastHigh/32x32/stock/gtk-select-font.png differ diff --git a/icon-themes/ContrastHigh/32x32/stock/gtk-undelete.png b/icon-themes/ContrastHigh/32x32/stock/gtk-undelete.png new file mode 100644 index 00000000..0a280483 Binary files /dev/null and b/icon-themes/ContrastHigh/32x32/stock/gtk-undelete.png differ diff --git a/icon-themes/ContrastHigh/32x32/stock/gtk-yes.png b/icon-themes/ContrastHigh/32x32/stock/gtk-yes.png new file mode 100644 index 00000000..9d431a1e Binary files /dev/null and b/icon-themes/ContrastHigh/32x32/stock/gtk-yes.png differ -- cgit v1.2.1