diff options
Diffstat (limited to 'themes/Solarized/Makefile.am')
-rw-r--r-- | themes/Solarized/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/Solarized/Makefile.am b/themes/Solarized/Makefile.am index 2a4af8b..3df6e8b 100644 --- a/themes/Solarized/Makefile.am +++ b/themes/Solarized/Makefile.am @@ -1,10 +1,10 @@ GTK3_CSS = \ palette.css \ + tokens-light.css \ + tokens-dark.css \ widgets-light.css \ - widgets-dark.css \ - segments.css \ - segments-dark.css + widgets-dark.css solarized.ctm: gresource.xml $(GTK3_CSS) glib-compile-resources --target=$@ --sourcedir=$(srcdir) gresource.xml |