Add an Empty theme for tests

This commit is contained in:
Matthias Clasen 2020-01-17 17:42:06 -05:00
parent 1e7705c08e
commit 81b65eadcb
2 changed files with 2 additions and 0 deletions

View 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>

1
gtk/theme/Empty/gtk.css Normal file
View File

@ -0,0 +1 @@
/* this is used in tests */