Add an Empty theme for tests
authorMatthias Clasen <mclasen@redhat.com>
Fri, 17 Jan 2020 22:42:06 +0000 (17:42 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 18 Jan 2020 04:47:34 +0000 (23:47 -0500)
gtk/gen-gtk-gresources-xml.py
gtk/theme/Empty/gtk.css [new file with mode: 0644]

index 846b27dd0b4f99bf76334a226d051b7b7ffcded8..95bccf92685356df38cec1be3a851a5948a079e9 100644 (file)
@@ -17,6 +17,7 @@ def get_files(subdir,extension):
   return sorted(filter(lambda x: x.endswith((extension)), os.listdir(os.path.join(srcdir,subdir))))
 
 xml += '''
+    <file>theme/Empty/gtk.css</file>
     <file>theme/Adwaita/gtk.css</file>
     <file>theme/Adwaita/gtk-dark.css</file>
     <file>theme/Adwaita/gtk-contained.css</file>
diff --git a/gtk/theme/Empty/gtk.css b/gtk/theme/Empty/gtk.css
new file mode 100644 (file)
index 0000000..0ce5947
--- /dev/null
@@ -0,0 +1 @@
+/* this is used in tests */