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 --- .../ContrastHigh/48x48/animations/Makefile.am | 13 ++ .../ContrastHigh/48x48/animations/process-idle.png | Bin 0 -> 1101 bytes .../ContrastHigh/48x48/animations/process-idle.svg | 147 +++++++++++++++++++++ .../48x48/animations/process-working.png | Bin 0 -> 6195 bytes 4 files changed, 160 insertions(+) create mode 100644 icon-themes/ContrastHigh/48x48/animations/Makefile.am create mode 100644 icon-themes/ContrastHigh/48x48/animations/process-idle.png create mode 100644 icon-themes/ContrastHigh/48x48/animations/process-idle.svg create mode 100644 icon-themes/ContrastHigh/48x48/animations/process-working.png (limited to 'icon-themes/ContrastHigh/48x48/animations') diff --git a/icon-themes/ContrastHigh/48x48/animations/Makefile.am b/icon-themes/ContrastHigh/48x48/animations/Makefile.am new file mode 100644 index 00000000..b9b799ed --- /dev/null +++ b/icon-themes/ContrastHigh/48x48/animations/Makefile.am @@ -0,0 +1,13 @@ +NULL= + +themedir = $(datadir)/icons/ContrastHigh +size = 48x48 +context = animations + +icondir = $(themedir)/$(size)/$(context) + +icon_DATA= \ + process-idle.png \ + process-idle.svg + +EXTRA_DIST= $(icon_DATA) diff --git a/icon-themes/ContrastHigh/48x48/animations/process-idle.png b/icon-themes/ContrastHigh/48x48/animations/process-idle.png new file mode 100644 index 00000000..b3f0685d Binary files /dev/null and b/icon-themes/ContrastHigh/48x48/animations/process-idle.png differ diff --git a/icon-themes/ContrastHigh/48x48/animations/process-idle.svg b/icon-themes/ContrastHigh/48x48/animations/process-idle.svg new file mode 100644 index 00000000..8158eef5 --- /dev/null +++ b/icon-themes/ContrastHigh/48x48/animations/process-idle.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/icon-themes/ContrastHigh/48x48/animations/process-working.png b/icon-themes/ContrastHigh/48x48/animations/process-working.png new file mode 100644 index 00000000..ec9d0af4 Binary files /dev/null and b/icon-themes/ContrastHigh/48x48/animations/process-working.png differ -- cgit v1.2.1