diff options
author | raveit65 <[email protected]> | 2019-06-09 16:32:04 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-06-17 17:39:48 +0200 |
commit | 95eb915fd651dc8ca2947670ca06b997291cb67b (patch) | |
tree | 67ce09bc63352ad497657c66afeefc19461ad9d8 /desktop-themes/GreenLaguna-border/metacity-1/Makefile.am | |
parent | 1c57fe75ce377d849e97631d80eefc6b1ef214c5 (diff) | |
download | mate-themes-95eb915fd651dc8ca2947670ca06b997291cb67b.tar.bz2 mate-themes-95eb915fd651dc8ca2947670ca06b997291cb67b.tar.xz |
GreenLaguna: add selectable metacity theme with borders
Diffstat (limited to 'desktop-themes/GreenLaguna-border/metacity-1/Makefile.am')
-rw-r--r-- | desktop-themes/GreenLaguna-border/metacity-1/Makefile.am | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna-border/metacity-1/Makefile.am b/desktop-themes/GreenLaguna-border/metacity-1/Makefile.am new file mode 100644 index 00000000..83d7538a --- /dev/null +++ b/desktop-themes/GreenLaguna-border/metacity-1/Makefile.am @@ -0,0 +1,20 @@ +THEME_NAME=GreenLaguna-border + +themedir = $(datadir)/themes/$(THEME_NAME)/metacity-1 + +theme_DATA = \ + metacity-theme-1.xml \ + metacity-theme-2.xml \ + metacity-theme-3.xml \ + button-close-focus.png \ + button-max-focus1.png \ + button-max-focus.png \ + button-min-focus.png \ + menu-button-pressed.png \ + neutral.png \ + unabove-button.png \ + unabove-button-unfocus.png \ + unfocus.png \ + yellow.png + +EXTRA_DIST = $(theme_DATA) |