diff options
author | rbuj <[email protected]> | 2019-09-22 15:12:48 +0200 |
---|---|---|
committer | Victor Kareh <[email protected]> | 2019-10-01 09:39:39 -0400 |
commit | 7ff2e5f10e8b0d15a1e75b29312e2afb4256fbb0 (patch) | |
tree | 688ddf25b42460b6f1f8e5c309ff660a36727678 /src/themes/Makefile.am | |
parent | 232127afd896bce5afc02cccf1c96309ceb1b521 (diff) | |
download | marco-7ff2e5f10e8b0d15a1e75b29312e2afb4256fbb0.tar.bz2 marco-7ff2e5f10e8b0d15a1e75b29312e2afb4256fbb0.tar.xz |
window decoration themes: Add Atlanta, Esco, Gorilla, Motif, Raleigh
Diffstat (limited to 'src/themes/Makefile.am')
-rw-r--r-- | src/themes/Makefile.am | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/src/themes/Makefile.am b/src/themes/Makefile.am index 036c3152..6e8b1c98 100644 --- a/src/themes/Makefile.am +++ b/src/themes/Makefile.am @@ -1,14 +1,19 @@ THEMES= \ + Atlanta \ ClearlooksRe \ - eOS \ - DustBlue \ - WinMe \ - Splint-Left \ Dopple \ + Dopple-Left \ + DustBlue \ + Esco \ + eOS \ + Gorilla \ + Motif \ + Raleigh \ + Spidey \ Spidey-Left \ Splint \ - Dopple-Left \ - Spidey + Splint-Left \ + WinMe THEME_DIR=$(datadir)/themes THEME_SUBDIR=metacity-1 |