From 20111d3201a1e59a85b7bef273e448d5b5499f9a Mon Sep 17 00:00:00 2001 From: raveit Date: Fri, 22 Mar 2013 15:01:59 +0100 Subject: add BlackMATE theme --- desktop-themes/BlackMATE/gnome-shell/Makefile.am | 41 ++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 desktop-themes/BlackMATE/gnome-shell/Makefile.am (limited to 'desktop-themes/BlackMATE/gnome-shell/Makefile.am') diff --git a/desktop-themes/BlackMATE/gnome-shell/Makefile.am b/desktop-themes/BlackMATE/gnome-shell/Makefile.am new file mode 100644 index 00000000..f6229da9 --- /dev/null +++ b/desktop-themes/BlackMATE/gnome-shell/Makefile.am @@ -0,0 +1,41 @@ +THEME_NAME=BlackMATE + +themedir = $(datadir)/themes/$(THEME_NAME)/gnome-shell + +theme_DATA = \ + calendar-arrow-left.svg \ + calendar-arrow-right.svg \ + checkbox-focused.svg \ + checkbox-off-focused.svg \ + checkbox-off.svg \ + checkbox.svg \ + close.svg \ + close-window.svg \ + corner-ripple-ltr.png \ + corner-ripple.png \ + corner-ripple-rtl.png \ + dash-placeholder.svg \ + dialog-error.svg \ + filter-hover-rtl.svg \ + filter-hover.svg \ + gnome-shell.css \ + GnomishDark-preview.png \ + logged-in-indicator.svg \ + panel-button-highlight-narrow.svg \ + process-working.png \ + process-working.svg \ + running-indicator.svg \ + summary-counter.svg \ + theme.json \ + toggle-off-intl.png \ + toggle-off-us.png \ + toggle-on-intl.png \ + toggle-on-us.png \ + ws-switch-arrow-down.svg \ + ws-switch-arrow-up.svg + +EXTRA_DIST = $(theme_DATA) + +SUBDIRS = dashtodock + +DIST_SUBDIRS = dashtodock -- cgit v1.2.1