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/meson.build | |
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/meson.build')
-rw-r--r-- | src/themes/meson.build | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/src/themes/meson.build b/src/themes/meson.build index f9a4470d..6236cbea 100644 --- a/src/themes/meson.build +++ b/src/themes/meson.build @@ -1,10 +1,15 @@ +subdir('Atlanta') subdir('ClearlooksRe') -subdir('eOS') -subdir('DustBlue') -subdir('WinMe') -subdir('Splint-Left') subdir('Dopple') -subdir('Spidey-Left') -subdir('Splint') subdir('Dopple-Left') +subdir('DustBlue') +subdir('Esco') +subdir('eOS') +subdir('Gorilla') +subdir('Motif') +subdir('Raleigh') subdir('Spidey') +subdir('Spidey-Left') +subdir('Splint') +subdir('Splint-Left') +subdir('WinMe') |