Add an Empty theme for tests
This commit is contained in:
@@ -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
1
gtk/theme/Empty/gtk.css
Normal file
@@ -0,0 +1 @@
|
||||
/* this is used in tests */
|
||||
Reference in New Issue
Block a user