[gtk/theme-loading: 6/6] Change the setup of theme resources



commit 979e3cd6856b3135e3ae872831dc7c9ca1041891
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed May 8 19:00:00 2019 +0000

    Change the setup of theme resources
    
    Make Adwaita-dark a standalone separate
    theme with the expected directory layout.

 gtk/gen-gtk-gresources-xml.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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>
 '''


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]