diff options
author | infirit <[email protected]> | 2014-06-25 18:03:19 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-10-17 13:57:56 +0200 |
commit | 7cec05e8b14626f89dc5e65f4bd3c887fb2bf2ee (patch) | |
tree | d680166d5d609999572e823d5ad326c9e4b7b155 /desktop-themes/Shiny/gtk-3.0/apps/Makefile.am | |
parent | c562ff7bc5e2528ded1601e2ed3bd36c3cfdbf22 (diff) | |
download | mate-themes-7cec05e8b14626f89dc5e65f4bd3c887fb2bf2ee.tar.bz2 mate-themes-7cec05e8b14626f89dc5e65f4bd3c887fb2bf2ee.tar.xz |
Shiny: Import Gtk+ 3 theme
Taken from http://gnome-look.org/content/show.php?content=164764
Done by Ambiance-69
Diffstat (limited to 'desktop-themes/Shiny/gtk-3.0/apps/Makefile.am')
-rw-r--r-- | desktop-themes/Shiny/gtk-3.0/apps/Makefile.am | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/desktop-themes/Shiny/gtk-3.0/apps/Makefile.am b/desktop-themes/Shiny/gtk-3.0/apps/Makefile.am new file mode 100644 index 00000000..3e33dc22 --- /dev/null +++ b/desktop-themes/Shiny/gtk-3.0/apps/Makefile.am @@ -0,0 +1,16 @@ +THEMA_NAME=Shiny + +themedir = $(datadir)/themes/$(THEME_NAME)/gtk-3.0/apps + +theme_DATA = \ + baobab.css \ + gedit.css \ + gnome-applications.css \ + gnome-panel.css \ + gnome-system-log.css \ + gnome-terminal.css \ + nautilus.css \ + unity.css \ + unity-greeter.css + +EXTRA_DIST = $(theme_DATA) |