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/16x16/stock/Makefile.am | 28 +++++++++++++++++++++ icon-themes/ContrastHigh/16x16/stock/gtk-apply.png | Bin 0 -> 264 bytes icon-themes/ContrastHigh/16x16/stock/gtk-bold.png | Bin 0 -> 371 bytes .../ContrastHigh/16x16/stock/gtk-cancel.png | Bin 0 -> 272 bytes .../ContrastHigh/16x16/stock/gtk-connect.png | Bin 0 -> 506 bytes .../ContrastHigh/16x16/stock/gtk-convert.png | Bin 0 -> 265 bytes .../ContrastHigh/16x16/stock/gtk-disconnect.png | Bin 0 -> 462 bytes .../ContrastHigh/16x16/stock/gtk-dnd-multiple.png | Bin 0 -> 343 bytes icon-themes/ContrastHigh/16x16/stock/gtk-dnd.png | Bin 0 -> 285 bytes icon-themes/ContrastHigh/16x16/stock/gtk-edit.png | Bin 0 -> 393 bytes icon-themes/ContrastHigh/16x16/stock/gtk-index.png | Bin 0 -> 267 bytes icon-themes/ContrastHigh/16x16/stock/gtk-no.png | Bin 0 -> 272 bytes icon-themes/ContrastHigh/16x16/stock/gtk-ok.png | Bin 0 -> 264 bytes .../ContrastHigh/16x16/stock/gtk-preferences.png | Bin 0 -> 527 bytes .../ContrastHigh/16x16/stock/gtk-select-color.png | Bin 0 -> 493 bytes .../ContrastHigh/16x16/stock/gtk-select-font.png | Bin 0 -> 364 bytes .../ContrastHigh/16x16/stock/gtk-undelete.png | Bin 0 -> 497 bytes icon-themes/ContrastHigh/16x16/stock/gtk-yes.png | Bin 0 -> 264 bytes 18 files changed, 28 insertions(+) create mode 100644 icon-themes/ContrastHigh/16x16/stock/Makefile.am create mode 100644 icon-themes/ContrastHigh/16x16/stock/gtk-apply.png create mode 100644 icon-themes/ContrastHigh/16x16/stock/gtk-bold.png create mode 100644 icon-themes/ContrastHigh/16x16/stock/gtk-cancel.png create mode 100644 icon-themes/ContrastHigh/16x16/stock/gtk-connect.png create mode 100644 icon-themes/ContrastHigh/16x16/stock/gtk-convert.png create mode 100644 icon-themes/ContrastHigh/16x16/stock/gtk-disconnect.png create mode 100644 icon-themes/ContrastHigh/16x16/stock/gtk-dnd-multiple.png create mode 100644 icon-themes/ContrastHigh/16x16/stock/gtk-dnd.png create mode 100644 icon-themes/ContrastHigh/16x16/stock/gtk-edit.png create mode 100644 icon-themes/ContrastHigh/16x16/stock/gtk-index.png create mode 100644 icon-themes/ContrastHigh/16x16/stock/gtk-no.png create mode 100644 icon-themes/ContrastHigh/16x16/stock/gtk-ok.png create mode 100644 icon-themes/ContrastHigh/16x16/stock/gtk-preferences.png create mode 100644 icon-themes/ContrastHigh/16x16/stock/gtk-select-color.png create mode 100644 icon-themes/ContrastHigh/16x16/stock/gtk-select-font.png create mode 100644 icon-themes/ContrastHigh/16x16/stock/gtk-undelete.png create mode 100644 icon-themes/ContrastHigh/16x16/stock/gtk-yes.png (limited to 'icon-themes/ContrastHigh/16x16/stock') diff --git a/icon-themes/ContrastHigh/16x16/stock/Makefile.am b/icon-themes/ContrastHigh/16x16/stock/Makefile.am new file mode 100644 index 00000000..38331af5 --- /dev/null +++ b/icon-themes/ContrastHigh/16x16/stock/Makefile.am @@ -0,0 +1,28 @@ +NULL= + +themedir = $(datadir)/icons/ContrastHigh +size = 16x16 +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/16x16/stock/gtk-apply.png b/icon-themes/ContrastHigh/16x16/stock/gtk-apply.png new file mode 100644 index 00000000..bd589e14 Binary files /dev/null and b/icon-themes/ContrastHigh/16x16/stock/gtk-apply.png differ diff --git a/icon-themes/ContrastHigh/16x16/stock/gtk-bold.png b/icon-themes/ContrastHigh/16x16/stock/gtk-bold.png new file mode 100644 index 00000000..63f8de83 Binary files /dev/null and b/icon-themes/ContrastHigh/16x16/stock/gtk-bold.png differ diff --git a/icon-themes/ContrastHigh/16x16/stock/gtk-cancel.png b/icon-themes/ContrastHigh/16x16/stock/gtk-cancel.png new file mode 100644 index 00000000..73b53bc5 Binary files /dev/null and b/icon-themes/ContrastHigh/16x16/stock/gtk-cancel.png differ diff --git a/icon-themes/ContrastHigh/16x16/stock/gtk-connect.png b/icon-themes/ContrastHigh/16x16/stock/gtk-connect.png new file mode 100644 index 00000000..ca55e0a7 Binary files /dev/null and b/icon-themes/ContrastHigh/16x16/stock/gtk-connect.png differ diff --git a/icon-themes/ContrastHigh/16x16/stock/gtk-convert.png b/icon-themes/ContrastHigh/16x16/stock/gtk-convert.png new file mode 100644 index 00000000..d1c8350d Binary files /dev/null and b/icon-themes/ContrastHigh/16x16/stock/gtk-convert.png differ diff --git a/icon-themes/ContrastHigh/16x16/stock/gtk-disconnect.png b/icon-themes/ContrastHigh/16x16/stock/gtk-disconnect.png new file mode 100644 index 00000000..d263e2ea Binary files /dev/null and b/icon-themes/ContrastHigh/16x16/stock/gtk-disconnect.png differ diff --git a/icon-themes/ContrastHigh/16x16/stock/gtk-dnd-multiple.png b/icon-themes/ContrastHigh/16x16/stock/gtk-dnd-multiple.png new file mode 100644 index 00000000..29caeaa2 Binary files /dev/null and b/icon-themes/ContrastHigh/16x16/stock/gtk-dnd-multiple.png differ diff --git a/icon-themes/ContrastHigh/16x16/stock/gtk-dnd.png b/icon-themes/ContrastHigh/16x16/stock/gtk-dnd.png new file mode 100644 index 00000000..bb5812cf Binary files /dev/null and b/icon-themes/ContrastHigh/16x16/stock/gtk-dnd.png differ diff --git a/icon-themes/ContrastHigh/16x16/stock/gtk-edit.png b/icon-themes/ContrastHigh/16x16/stock/gtk-edit.png new file mode 100644 index 00000000..6a7801f1 Binary files /dev/null and b/icon-themes/ContrastHigh/16x16/stock/gtk-edit.png differ diff --git a/icon-themes/ContrastHigh/16x16/stock/gtk-index.png b/icon-themes/ContrastHigh/16x16/stock/gtk-index.png new file mode 100644 index 00000000..fcbddebb Binary files /dev/null and b/icon-themes/ContrastHigh/16x16/stock/gtk-index.png differ diff --git a/icon-themes/ContrastHigh/16x16/stock/gtk-no.png b/icon-themes/ContrastHigh/16x16/stock/gtk-no.png new file mode 100644 index 00000000..73b53bc5 Binary files /dev/null and b/icon-themes/ContrastHigh/16x16/stock/gtk-no.png differ diff --git a/icon-themes/ContrastHigh/16x16/stock/gtk-ok.png b/icon-themes/ContrastHigh/16x16/stock/gtk-ok.png new file mode 100644 index 00000000..bd589e14 Binary files /dev/null and b/icon-themes/ContrastHigh/16x16/stock/gtk-ok.png differ diff --git a/icon-themes/ContrastHigh/16x16/stock/gtk-preferences.png b/icon-themes/ContrastHigh/16x16/stock/gtk-preferences.png new file mode 100644 index 00000000..458cffb6 Binary files /dev/null and b/icon-themes/ContrastHigh/16x16/stock/gtk-preferences.png differ diff --git a/icon-themes/ContrastHigh/16x16/stock/gtk-select-color.png b/icon-themes/ContrastHigh/16x16/stock/gtk-select-color.png new file mode 100644 index 00000000..2e22f4c1 Binary files /dev/null and b/icon-themes/ContrastHigh/16x16/stock/gtk-select-color.png differ diff --git a/icon-themes/ContrastHigh/16x16/stock/gtk-select-font.png b/icon-themes/ContrastHigh/16x16/stock/gtk-select-font.png new file mode 100644 index 00000000..37855f93 Binary files /dev/null and b/icon-themes/ContrastHigh/16x16/stock/gtk-select-font.png differ diff --git a/icon-themes/ContrastHigh/16x16/stock/gtk-undelete.png b/icon-themes/ContrastHigh/16x16/stock/gtk-undelete.png new file mode 100644 index 00000000..93fe2e3d Binary files /dev/null and b/icon-themes/ContrastHigh/16x16/stock/gtk-undelete.png differ diff --git a/icon-themes/ContrastHigh/16x16/stock/gtk-yes.png b/icon-themes/ContrastHigh/16x16/stock/gtk-yes.png new file mode 100644 index 00000000..bd589e14 Binary files /dev/null and b/icon-themes/ContrastHigh/16x16/stock/gtk-yes.png differ -- cgit v1.2.1