From fb53293a3aabed4cf9af84a93a418342bef54a85 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 15 Nov 2013 13:22:05 +0100 Subject: rename Menta-Blue to BlueMenta --- .../BlueMenta/gtk-2.0/widgets/Panel/Makefile.am | 14 ++++++++++++++ .../BlueMenta/gtk-2.0/widgets/Panel/arrow-blank.png | Bin 0 -> 373 bytes .../BlueMenta/gtk-2.0/widgets/Panel/arrow-down.png | Bin 0 -> 373 bytes .../BlueMenta/gtk-2.0/widgets/Panel/handle-h.png | Bin 0 -> 142 bytes .../BlueMenta/gtk-2.0/widgets/Panel/handle-v.png | Bin 0 -> 142 bytes .../BlueMenta/gtk-2.0/widgets/Panel/panel-bg.png | Bin 0 -> 3984 bytes .../gtk-2.0/widgets/Panel/panel-button-active.png | Bin 0 -> 363 bytes .../gtk-2.0/widgets/Panel/panel-button-hover.png | Bin 0 -> 371 bytes .../gtk-2.0/widgets/Panel/panel-button-inactive.png | Bin 0 -> 166 bytes 9 files changed, 14 insertions(+) create mode 100644 desktop-themes/BlueMenta/gtk-2.0/widgets/Panel/Makefile.am create mode 100644 desktop-themes/BlueMenta/gtk-2.0/widgets/Panel/arrow-blank.png create mode 100644 desktop-themes/BlueMenta/gtk-2.0/widgets/Panel/arrow-down.png create mode 100644 desktop-themes/BlueMenta/gtk-2.0/widgets/Panel/handle-h.png create mode 100644 desktop-themes/BlueMenta/gtk-2.0/widgets/Panel/handle-v.png create mode 100644 desktop-themes/BlueMenta/gtk-2.0/widgets/Panel/panel-bg.png create mode 100644 desktop-themes/BlueMenta/gtk-2.0/widgets/Panel/panel-button-active.png create mode 100644 desktop-themes/BlueMenta/gtk-2.0/widgets/Panel/panel-button-hover.png create mode 100644 desktop-themes/BlueMenta/gtk-2.0/widgets/Panel/panel-button-inactive.png (limited to 'desktop-themes/BlueMenta/gtk-2.0/widgets/Panel') diff --git a/desktop-themes/BlueMenta/gtk-2.0/widgets/Panel/Makefile.am b/desktop-themes/BlueMenta/gtk-2.0/widgets/Panel/Makefile.am new file mode 100644 index 00000000..80f298d7 --- /dev/null +++ b/desktop-themes/BlueMenta/gtk-2.0/widgets/Panel/Makefile.am @@ -0,0 +1,14 @@ +themedir = $(datadir)/themes/BlueMenta/gtk-2.0/widgets/Panel + +theme_DATA = \ + arrow-blank.png \ + arrow-down.png \ + handle-h.png \ + handle-v.png \ + panel-bg.png \ + panel-button-active.png \ + panel-button-hover.png \ + panel-button-inactive.png + +EXTRA_DIST = $(theme_DATA) + diff --git a/desktop-themes/BlueMenta/gtk-2.0/widgets/Panel/arrow-blank.png b/desktop-themes/BlueMenta/gtk-2.0/widgets/Panel/arrow-blank.png new file mode 100644 index 00000000..6b9c03d3 Binary files /dev/null and b/desktop-themes/BlueMenta/gtk-2.0/widgets/Panel/arrow-blank.png differ diff --git a/desktop-themes/BlueMenta/gtk-2.0/widgets/Panel/arrow-down.png b/desktop-themes/BlueMenta/gtk-2.0/widgets/Panel/arrow-down.png new file mode 100644 index 00000000..6b9c03d3 Binary files /dev/null and b/desktop-themes/BlueMenta/gtk-2.0/widgets/Panel/arrow-down.png differ diff --git a/desktop-themes/BlueMenta/gtk-2.0/widgets/Panel/handle-h.png b/desktop-themes/BlueMenta/gtk-2.0/widgets/Panel/handle-h.png new file mode 100644 index 00000000..7bdf6495 Binary files /dev/null and b/desktop-themes/BlueMenta/gtk-2.0/widgets/Panel/handle-h.png differ diff --git a/desktop-themes/BlueMenta/gtk-2.0/widgets/Panel/handle-v.png b/desktop-themes/BlueMenta/gtk-2.0/widgets/Panel/handle-v.png new file mode 100644 index 00000000..6e8eba14 Binary files /dev/null and b/desktop-themes/BlueMenta/gtk-2.0/widgets/Panel/handle-v.png differ diff --git a/desktop-themes/BlueMenta/gtk-2.0/widgets/Panel/panel-bg.png b/desktop-themes/BlueMenta/gtk-2.0/widgets/Panel/panel-bg.png new file mode 100644 index 00000000..7874100c Binary files /dev/null and b/desktop-themes/BlueMenta/gtk-2.0/widgets/Panel/panel-bg.png differ diff --git a/desktop-themes/BlueMenta/gtk-2.0/widgets/Panel/panel-button-active.png b/desktop-themes/BlueMenta/gtk-2.0/widgets/Panel/panel-button-active.png new file mode 100644 index 00000000..6fe52aec Binary files /dev/null and b/desktop-themes/BlueMenta/gtk-2.0/widgets/Panel/panel-button-active.png differ diff --git a/desktop-themes/BlueMenta/gtk-2.0/widgets/Panel/panel-button-hover.png b/desktop-themes/BlueMenta/gtk-2.0/widgets/Panel/panel-button-hover.png new file mode 100644 index 00000000..67b8b20e Binary files /dev/null and b/desktop-themes/BlueMenta/gtk-2.0/widgets/Panel/panel-button-hover.png differ diff --git a/desktop-themes/BlueMenta/gtk-2.0/widgets/Panel/panel-button-inactive.png b/desktop-themes/BlueMenta/gtk-2.0/widgets/Panel/panel-button-inactive.png new file mode 100644 index 00000000..309c39c8 Binary files /dev/null and b/desktop-themes/BlueMenta/gtk-2.0/widgets/Panel/panel-button-inactive.png differ -- cgit v1.2.1