forked from AuroraMiddleware/gtk
Add an Empty theme for tests
This commit is contained in:
parent
1e7705c08e
commit
81b65eadcb
@ -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 */
|
Loading…
Reference in New Issue
Block a user