diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2019-11-11 16:15:11 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2019-11-11 16:15:11 (GMT) |
commit | 77c68b54d4b2970a749eb4a658c32d2a16deacf6 (patch) | |
tree | 71b77903fccc6e412e84b09ee6ce37561bad3238 /themes | |
parent | e2c37b97027ce02ab6fdfb14efc6c43d21c2ebe7 (diff) |
Added a missing file for a proper compilation.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/Solarized/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/Solarized/Makefile.am b/themes/Solarized/Makefile.am index 37631eb..2a4af8b 100644 --- a/themes/Solarized/Makefile.am +++ b/themes/Solarized/Makefile.am @@ -1,7 +1,7 @@ GTK3_CSS = \ palette.css \ - widgets.css \ + widgets-light.css \ widgets-dark.css \ segments.css \ segments-dark.css |