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/24x24/stock/Makefile.am | 28 +++++++++++++++++++++ icon-themes/ContrastHigh/24x24/stock/gtk-apply.png | Bin 0 -> 314 bytes icon-themes/ContrastHigh/24x24/stock/gtk-bold.png | Bin 0 -> 435 bytes .../ContrastHigh/24x24/stock/gtk-cancel.png | Bin 0 -> 303 bytes .../ContrastHigh/24x24/stock/gtk-connect.png | Bin 0 -> 716 bytes .../ContrastHigh/24x24/stock/gtk-convert.png | Bin 0 -> 332 bytes .../ContrastHigh/24x24/stock/gtk-disconnect.png | Bin 0 -> 642 bytes .../ContrastHigh/24x24/stock/gtk-dnd-multiple.png | Bin 0 -> 450 bytes icon-themes/ContrastHigh/24x24/stock/gtk-dnd.png | Bin 0 -> 328 bytes icon-themes/ContrastHigh/24x24/stock/gtk-edit.png | Bin 0 -> 519 bytes icon-themes/ContrastHigh/24x24/stock/gtk-index.png | Bin 0 -> 350 bytes icon-themes/ContrastHigh/24x24/stock/gtk-no.png | Bin 0 -> 303 bytes icon-themes/ContrastHigh/24x24/stock/gtk-ok.png | Bin 0 -> 314 bytes .../ContrastHigh/24x24/stock/gtk-preferences.png | Bin 0 -> 814 bytes .../ContrastHigh/24x24/stock/gtk-select-color.png | Bin 0 -> 704 bytes .../ContrastHigh/24x24/stock/gtk-select-font.png | Bin 0 -> 460 bytes .../ContrastHigh/24x24/stock/gtk-undelete.png | Bin 0 -> 699 bytes icon-themes/ContrastHigh/24x24/stock/gtk-yes.png | Bin 0 -> 314 bytes 18 files changed, 28 insertions(+) create mode 100644 icon-themes/ContrastHigh/24x24/stock/Makefile.am create mode 100644 icon-themes/ContrastHigh/24x24/stock/gtk-apply.png create mode 100644 icon-themes/ContrastHigh/24x24/stock/gtk-bold.png create mode 100644 icon-themes/ContrastHigh/24x24/stock/gtk-cancel.png create mode 100644 icon-themes/ContrastHigh/24x24/stock/gtk-connect.png create mode 100644 icon-themes/ContrastHigh/24x24/stock/gtk-convert.png create mode 100644 icon-themes/ContrastHigh/24x24/stock/gtk-disconnect.png create mode 100644 icon-themes/ContrastHigh/24x24/stock/gtk-dnd-multiple.png create mode 100644 icon-themes/ContrastHigh/24x24/stock/gtk-dnd.png create mode 100644 icon-themes/ContrastHigh/24x24/stock/gtk-edit.png create mode 100644 icon-themes/ContrastHigh/24x24/stock/gtk-index.png create mode 100644 icon-themes/ContrastHigh/24x24/stock/gtk-no.png create mode 100644 icon-themes/ContrastHigh/24x24/stock/gtk-ok.png create mode 100644 icon-themes/ContrastHigh/24x24/stock/gtk-preferences.png create mode 100644 icon-themes/ContrastHigh/24x24/stock/gtk-select-color.png create mode 100644 icon-themes/ContrastHigh/24x24/stock/gtk-select-font.png create mode 100644 icon-themes/ContrastHigh/24x24/stock/gtk-undelete.png create mode 100644 icon-themes/ContrastHigh/24x24/stock/gtk-yes.png (limited to 'icon-themes/ContrastHigh/24x24/stock') diff --git a/icon-themes/ContrastHigh/24x24/stock/Makefile.am b/icon-themes/ContrastHigh/24x24/stock/Makefile.am new file mode 100644 index 00000000..4f6f90b2 --- /dev/null +++ b/icon-themes/ContrastHigh/24x24/stock/Makefile.am @@ -0,0 +1,28 @@ +NULL= + +themedir = $(datadir)/icons/ContrastHigh +size = 24x24 +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/24x24/stock/gtk-apply.png b/icon-themes/ContrastHigh/24x24/stock/gtk-apply.png new file mode 100644 index 00000000..ca636c4d Binary files /dev/null and b/icon-themes/ContrastHigh/24x24/stock/gtk-apply.png differ diff --git a/icon-themes/ContrastHigh/24x24/stock/gtk-bold.png b/icon-themes/ContrastHigh/24x24/stock/gtk-bold.png new file mode 100644 index 00000000..5fec9259 Binary files /dev/null and b/icon-themes/ContrastHigh/24x24/stock/gtk-bold.png differ diff --git a/icon-themes/ContrastHigh/24x24/stock/gtk-cancel.png b/icon-themes/ContrastHigh/24x24/stock/gtk-cancel.png new file mode 100644 index 00000000..ae46e399 Binary files /dev/null and b/icon-themes/ContrastHigh/24x24/stock/gtk-cancel.png differ diff --git a/icon-themes/ContrastHigh/24x24/stock/gtk-connect.png b/icon-themes/ContrastHigh/24x24/stock/gtk-connect.png new file mode 100644 index 00000000..1b9bd308 Binary files /dev/null and b/icon-themes/ContrastHigh/24x24/stock/gtk-connect.png differ diff --git a/icon-themes/ContrastHigh/24x24/stock/gtk-convert.png b/icon-themes/ContrastHigh/24x24/stock/gtk-convert.png new file mode 100644 index 00000000..60fe2a9c Binary files /dev/null and b/icon-themes/ContrastHigh/24x24/stock/gtk-convert.png differ diff --git a/icon-themes/ContrastHigh/24x24/stock/gtk-disconnect.png b/icon-themes/ContrastHigh/24x24/stock/gtk-disconnect.png new file mode 100644 index 00000000..6ecc389d Binary files /dev/null and b/icon-themes/ContrastHigh/24x24/stock/gtk-disconnect.png differ diff --git a/icon-themes/ContrastHigh/24x24/stock/gtk-dnd-multiple.png b/icon-themes/ContrastHigh/24x24/stock/gtk-dnd-multiple.png new file mode 100644 index 00000000..921ebf02 Binary files /dev/null and b/icon-themes/ContrastHigh/24x24/stock/gtk-dnd-multiple.png differ diff --git a/icon-themes/ContrastHigh/24x24/stock/gtk-dnd.png b/icon-themes/ContrastHigh/24x24/stock/gtk-dnd.png new file mode 100644 index 00000000..76030a1e Binary files /dev/null and b/icon-themes/ContrastHigh/24x24/stock/gtk-dnd.png differ diff --git a/icon-themes/ContrastHigh/24x24/stock/gtk-edit.png b/icon-themes/ContrastHigh/24x24/stock/gtk-edit.png new file mode 100644 index 00000000..97460165 Binary files /dev/null and b/icon-themes/ContrastHigh/24x24/stock/gtk-edit.png differ diff --git a/icon-themes/ContrastHigh/24x24/stock/gtk-index.png b/icon-themes/ContrastHigh/24x24/stock/gtk-index.png new file mode 100644 index 00000000..a5feed87 Binary files /dev/null and b/icon-themes/ContrastHigh/24x24/stock/gtk-index.png differ diff --git a/icon-themes/ContrastHigh/24x24/stock/gtk-no.png b/icon-themes/ContrastHigh/24x24/stock/gtk-no.png new file mode 100644 index 00000000..ae46e399 Binary files /dev/null and b/icon-themes/ContrastHigh/24x24/stock/gtk-no.png differ diff --git a/icon-themes/ContrastHigh/24x24/stock/gtk-ok.png b/icon-themes/ContrastHigh/24x24/stock/gtk-ok.png new file mode 100644 index 00000000..ca636c4d Binary files /dev/null and b/icon-themes/ContrastHigh/24x24/stock/gtk-ok.png differ diff --git a/icon-themes/ContrastHigh/24x24/stock/gtk-preferences.png b/icon-themes/ContrastHigh/24x24/stock/gtk-preferences.png new file mode 100644 index 00000000..411a5031 Binary files /dev/null and b/icon-themes/ContrastHigh/24x24/stock/gtk-preferences.png differ diff --git a/icon-themes/ContrastHigh/24x24/stock/gtk-select-color.png b/icon-themes/ContrastHigh/24x24/stock/gtk-select-color.png new file mode 100644 index 00000000..f86f2482 Binary files /dev/null and b/icon-themes/ContrastHigh/24x24/stock/gtk-select-color.png differ diff --git a/icon-themes/ContrastHigh/24x24/stock/gtk-select-font.png b/icon-themes/ContrastHigh/24x24/stock/gtk-select-font.png new file mode 100644 index 00000000..dbb514ef Binary files /dev/null and b/icon-themes/ContrastHigh/24x24/stock/gtk-select-font.png differ diff --git a/icon-themes/ContrastHigh/24x24/stock/gtk-undelete.png b/icon-themes/ContrastHigh/24x24/stock/gtk-undelete.png new file mode 100644 index 00000000..caf0608c Binary files /dev/null and b/icon-themes/ContrastHigh/24x24/stock/gtk-undelete.png differ diff --git a/icon-themes/ContrastHigh/24x24/stock/gtk-yes.png b/icon-themes/ContrastHigh/24x24/stock/gtk-yes.png new file mode 100644 index 00000000..ca636c4d Binary files /dev/null and b/icon-themes/ContrastHigh/24x24/stock/gtk-yes.png differ -- cgit v1.2.1