diff options
author | raveit65 <[email protected]> | 2015-07-04 17:09:49 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-07-04 17:09:49 +0200 |
commit | 3da152ff7ed8bede8ae686c6ac6f1d5f0c57ca72 (patch) | |
tree | f2ab19e3337a8b0fbd7436022d657d57970285bd /desktop-themes/Blue-Submarine/gtk-2.0/assets/Makefile.am | |
parent | 9f39ea680db4a190de23263ffe0408f078ecd38a (diff) | |
download | mate-themes-3da152ff7ed8bede8ae686c6ac6f1d5f0c57ca72.tar.bz2 mate-themes-3da152ff7ed8bede8ae686c6ac6f1d5f0c57ca72.tar.xz |
add gtk-2/3 BlueSubmarine and Green-Submarine themes from mate-themes-extras
Diffstat (limited to 'desktop-themes/Blue-Submarine/gtk-2.0/assets/Makefile.am')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-2.0/assets/Makefile.am | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-2.0/assets/Makefile.am b/desktop-themes/Blue-Submarine/gtk-2.0/assets/Makefile.am new file mode 100644 index 00000000..e4c05a58 --- /dev/null +++ b/desktop-themes/Blue-Submarine/gtk-2.0/assets/Makefile.am @@ -0,0 +1,32 @@ + +themedir = $(datadir)/themes/Blue-Submarine/gtk-2.0/assets + +theme_DATA = \ + checkbox-checked-insensitive.png \ + checkbox-checked.png \ + checkbox-mixed-insensitive.png \ + checkbox-mixed.png \ + checkbox-unchecked-insensitive.png \ + checkbox-unchecked.png \ + handle.png \ + notebook-gap-bottom.png \ + notebook-gap-left.png \ + notebook-gap-right.png \ + notebook-gap-top.png \ + notebook.png \ + null.png \ + radio-mixed-insensitive.png \ + radio-mixed.png \ + radio-selected-insensitive.png \ + radio-selected.png \ + radio-unselected-insensitive.png \ + radio-unselected.png \ + resize-grip.png \ + resize-grip.svg \ + scroll-background.png \ + slider-horizontal.png \ + slider-vertical.png \ + toolbar.png + +EXTRA_DIST = $(theme_DATA) + |