Skip to content

Commit b71c2bf

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents ed16495 + 0af4e07 commit b71c2bf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+22668
-21356
lines changed

HACKING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This theme uses node-sass/libsass to process the various .scss files. Never edit
2424

2525
* `main.rc` contains the major part of the theme
2626

27-
* `panel.rc` contains the panel styling for XFCE and Mate
27+
* `panel.rc` contains the panel styling for Xfce and MATE
2828

2929
* `apps.rc` contains some application specific rules
3030

common/Makefile.am

+15-3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ endif # ENABLE_DARK
2929
if ENABLE_CINNAMON
3030
$(MKDIR_P) $(ithemedir)/cinnamon
3131

32+
cd $(srcdir)/cinnamon && cp thumbnail.png $(ithemedir)/cinnamon
33+
3234
cd $(srcdir)/cinnamon && cp -R \
3335
common-assets \
3436
light-assets \
@@ -38,6 +40,8 @@ if ENABLE_CINNAMON
3840
if ENABLE_DARK
3941
$(MKDIR_P) $(ithemedarkdir)/cinnamon
4042

43+
cd $(srcdir)/cinnamon && cp thumbnail-dark.png $(ithemedarkdir)/cinnamon/thumbnail.png
44+
4145
cd $(srcdir)/cinnamon && cp -R \
4246
common-assets \
4347
dark-assets \
@@ -128,6 +132,8 @@ if ENABLE_GTK3
128132
if ENABLE_LIGHT
129133
$(MKDIR_P) $(ithemedir)/gtk-3.0
130134

135+
cd $(srcdir)/gtk-3.0 && cp thumbnail.png $(ithemedir)/gtk-3.0
136+
131137
cd $(srcdir)/gtk-3.0/$(GNOME_VERSION) && cp -R \
132138
assets \
133139
gtk.css \
@@ -138,6 +144,8 @@ endif # ENABLE_LIGHT
138144
if ENABLE_DARKER
139145
$(MKDIR_P) $(ithemedarkerdir)/gtk-3.0
140146

147+
cd $(srcdir)/gtk-3.0 && cp thumbnail.png $(ithemedarkerdir)/gtk-3.0
148+
141149
cd $(srcdir)/gtk-3.0/$(GNOME_VERSION) && cp -R \
142150
assets \
143151
gtk-dark.css \
@@ -151,6 +159,8 @@ endif # ENABLE_DARKER
151159
if ENABLE_DARK
152160
$(MKDIR_P) $(ithemedarkdir)/gtk-3.0
153161

162+
cd $(srcdir)/gtk-3.0 && cp thumbnail-dark.png $(ithemedarkdir)/gtk-3.0/thumbnail.png
163+
154164
cd $(srcdir)/gtk-3.0/$(GNOME_VERSION) && cp -R \
155165
assets \
156166
$(ithemedarkdir)/gtk-3.0
@@ -198,23 +208,25 @@ if ENABLE_METACITY
198208
if ENABLE_LIGHT
199209
cp -R $(srcdir)/metacity-1 $(ithemedir)
200210

201-
cd $(ithemedir)/metacity-1 && rm metacity-theme-1-dark.xml metacity-theme-2-dark.xml
211+
cd $(ithemedir)/metacity-1 && rm metacity-theme-1-dark.xml metacity-theme-2-dark.xml thumbnail-dark.png
202212
endif # ENABLE_LIGHT
203213

204214
if ENABLE_DARKER
205215
cp -R $(srcdir)/metacity-1 $(ithemedarkerdir)
206216

207217
cd $(ithemedarkerdir)/metacity-1 && \
208218
mv metacity-theme-1-dark.xml metacity-theme-1.xml && \
209-
mv metacity-theme-2-dark.xml metacity-theme-2.xml
219+
mv metacity-theme-2-dark.xml metacity-theme-2.xml && \
220+
mv thumbnail-dark.png thumbnail.png
210221
endif # ENABLE_DARKER
211222

212223
if ENABLE_DARK
213224
cp -R $(srcdir)/metacity-1 $(ithemedarkdir)
214225

215226
cd $(ithemedarkdir)/metacity-1 && \
216227
mv metacity-theme-1-dark.xml metacity-theme-1.xml && \
217-
mv metacity-theme-2-dark.xml metacity-theme-2.xml
228+
mv metacity-theme-2-dark.xml metacity-theme-2.xml && \
229+
mv thumbnail-dark.png thumbnail.png
218230
endif # ENABLE_DARK
219231

220232
endif # ENABLE_METACITY

common/cinnamon/cinnamon-dark.css

+355-234
Large diffs are not rendered by default.

common/cinnamon/cinnamon.css

+315-194
Large diffs are not rendered by default.
Loading
Loading

0 commit comments

Comments
 (0)