summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-05-08 19:00:00 +0000
committerMatthias Clasen <mclasen@redhat.com>2019-05-08 19:00:00 +0000
commit979e3cd6856b3135e3ae872831dc7c9ca1041891 (patch)
treeff4509f8c48cd3b48eac1859d5972e1c861e8e1c
parent4cfde0bdc826081857b22d29a277e6cd49bf9333 (diff)
downloadgtk+-theme-loading.tar.gz
Change the setup of theme resourcestheme-loading
Make Adwaita-dark a standalone separate theme with the expected directory layout.
-rw-r--r--gtk/gen-gtk-gresources-xml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gen-gtk-gresources-xml.py b/gtk/gen-gtk-gresources-xml.py
index 846b27dd0b..9c4467f4d1 100644
--- a/gtk/gen-gtk-gresources-xml.py
+++ b/gtk/gen-gtk-gresources-xml.py
@@ -18,7 +18,7 @@ def get_files(subdir,extension):
xml += '''
<file>theme/Adwaita/gtk.css</file>
- <file>theme/Adwaita/gtk-dark.css</file>
+ <file alias='theme/Adwaita-dark/gtk.css'>theme/Adwaita/gtk-dark.css</file>
<file>theme/Adwaita/gtk-contained.css</file>
<file>theme/Adwaita/gtk-contained-dark.css</file>
'''