diff options
author | raveit65 <[email protected]> | 2015-07-04 17:41:22 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-07-04 17:41:22 +0200 |
commit | 545fcbd75789291d13369e8e9951dfcdeea687cb (patch) | |
tree | 491e22d38580dbd58c5da8c889a0c4afa2bfabcc /desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/Makefile.am | |
parent | ddc0f05d5d32a57c9cfaf05a9563197db45e8832 (diff) | |
download | mate-themes-545fcbd75789291d13369e8e9951dfcdeea687cb.tar.bz2 mate-themes-545fcbd75789291d13369e8e9951dfcdeea687cb.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/apps/Panel/Makefile.am')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/Makefile.am | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/Makefile.am b/desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/Makefile.am new file mode 100644 index 00000000..4996d789 --- /dev/null +++ b/desktop-themes/Blue-Submarine/gtk-2.0/apps/Panel/Makefile.am @@ -0,0 +1,15 @@ + +themedir = $(datadir)/themes/Blue-Submarine/gtk-2.0/apps/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) + |