diff options
author | Horst3180 | 2016-10-07 21:13:28 +0200 |
---|---|---|
committer | Horst3180 | 2016-10-07 21:13:48 +0200 |
commit | cbc50501645429be6b53ecea72e0d45fcd469ad2 (patch) | |
tree | b3c1e36b0d662f3c704adf77387b0c500f15c301 /common | |
parent | 5acba9421b028a6bcf94f2b52a035f51f854d269 (diff) | |
download | solarc-theme-cbc50501645429be6b53ecea72e0d45fcd469ad2.tar.gz solarc-theme-cbc50501645429be6b53ecea72e0d45fcd469ad2.tar.xz solarc-theme-cbc50501645429be6b53ecea72e0d45fcd469ad2.zip |
add thumbnails for cinnamon theme chooser (#592)
Diffstat (limited to 'common')
-rw-r--r-- | common/Makefile.am | 18 | ||||
-rw-r--r-- | common/cinnamon/thumbnail-dark.png | bin | 0 -> 34849 bytes | |||
-rw-r--r-- | common/cinnamon/thumbnail.png | bin | 0 -> 33914 bytes | |||
-rw-r--r-- | common/gtk-3.0/thumbnail-dark.png | bin | 0 -> 1508 bytes | |||
-rw-r--r-- | common/gtk-3.0/thumbnail.png | bin | 0 -> 1472 bytes | |||
-rw-r--r-- | common/metacity-1/thumbnail-dark.png | bin | 0 -> 772 bytes | |||
-rw-r--r-- | common/metacity-1/thumbnail.png | bin | 0 -> 755 bytes |
7 files changed, 15 insertions, 3 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 8e496fb..0421c5d 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -29,6 +29,8 @@ endif # ENABLE_DARK if ENABLE_CINNAMON $(MKDIR_P) $(ithemedir)/cinnamon + cd $(srcdir)/cinnamon && cp thumbnail.png $(ithemedir)/cinnamon + cd $(srcdir)/cinnamon && cp -R \ common-assets \ light-assets \ @@ -38,6 +40,8 @@ if ENABLE_CINNAMON if ENABLE_DARK $(MKDIR_P) $(ithemedarkdir)/cinnamon + cd $(srcdir)/cinnamon && cp thumbnail-dark.png $(ithemedarkdir)/cinnamon/thumbnail.png + cd $(srcdir)/cinnamon && cp -R \ common-assets \ dark-assets \ @@ -128,6 +132,8 @@ if ENABLE_GTK3 if ENABLE_LIGHT $(MKDIR_P) $(ithemedir)/gtk-3.0 + cd $(srcdir)/gtk-3.0 && cp thumbnail.png $(ithemedir)/gtk-3.0 + cd $(srcdir)/gtk-3.0/$(GNOME_VERSION) && cp -R \ assets \ gtk.css \ @@ -138,6 +144,8 @@ endif # ENABLE_LIGHT if ENABLE_DARKER $(MKDIR_P) $(ithemedarkerdir)/gtk-3.0 + cd $(srcdir)/gtk-3.0 && cp thumbnail.png $(ithemedarkerdir)/gtk-3.0 + cd $(srcdir)/gtk-3.0/$(GNOME_VERSION) && cp -R \ assets \ gtk-dark.css \ @@ -151,6 +159,8 @@ endif # ENABLE_DARKER if ENABLE_DARK $(MKDIR_P) $(ithemedarkdir)/gtk-3.0 + cd $(srcdir)/gtk-3.0 && cp thumbnail-dark.png $(ithemedarkdir)/gtk-3.0/thumbnail.png + cd $(srcdir)/gtk-3.0/$(GNOME_VERSION) && cp -R \ assets \ $(ithemedarkdir)/gtk-3.0 @@ -198,7 +208,7 @@ if ENABLE_METACITY if ENABLE_LIGHT cp -R $(srcdir)/metacity-1 $(ithemedir) - cd $(ithemedir)/metacity-1 && rm metacity-theme-1-dark.xml metacity-theme-2-dark.xml + cd $(ithemedir)/metacity-1 && rm metacity-theme-1-dark.xml metacity-theme-2-dark.xml thumbnail-dark.png endif # ENABLE_LIGHT if ENABLE_DARKER @@ -206,7 +216,8 @@ if ENABLE_DARKER cd $(ithemedarkerdir)/metacity-1 && \ mv metacity-theme-1-dark.xml metacity-theme-1.xml && \ - mv metacity-theme-2-dark.xml metacity-theme-2.xml + mv metacity-theme-2-dark.xml metacity-theme-2.xml && \ + mv thumbnail-dark.png thumbnail.png endif # ENABLE_DARKER if ENABLE_DARK @@ -214,7 +225,8 @@ if ENABLE_DARK cd $(ithemedarkdir)/metacity-1 && \ mv metacity-theme-1-dark.xml metacity-theme-1.xml && \ - mv metacity-theme-2-dark.xml metacity-theme-2.xml + mv metacity-theme-2-dark.xml metacity-theme-2.xml && \ + mv thumbnail-dark.png thumbnail.png endif # ENABLE_DARK endif # ENABLE_METACITY diff --git a/common/cinnamon/thumbnail-dark.png b/common/cinnamon/thumbnail-dark.png Binary files differnew file mode 100644 index 0000000..abff6d5 --- /dev/null +++ b/common/cinnamon/thumbnail-dark.png diff --git a/common/cinnamon/thumbnail.png b/common/cinnamon/thumbnail.png Binary files differnew file mode 100644 index 0000000..bcc6216 --- /dev/null +++ b/common/cinnamon/thumbnail.png diff --git a/common/gtk-3.0/thumbnail-dark.png b/common/gtk-3.0/thumbnail-dark.png Binary files differnew file mode 100644 index 0000000..daf3162 --- /dev/null +++ b/common/gtk-3.0/thumbnail-dark.png diff --git a/common/gtk-3.0/thumbnail.png b/common/gtk-3.0/thumbnail.png Binary files differnew file mode 100644 index 0000000..322bba6 --- /dev/null +++ b/common/gtk-3.0/thumbnail.png diff --git a/common/metacity-1/thumbnail-dark.png b/common/metacity-1/thumbnail-dark.png Binary files differnew file mode 100644 index 0000000..02c3590 --- /dev/null +++ b/common/metacity-1/thumbnail-dark.png diff --git a/common/metacity-1/thumbnail.png b/common/metacity-1/thumbnail.png Binary files differnew file mode 100644 index 0000000..44f4038 --- /dev/null +++ b/common/metacity-1/thumbnail.png |