diff options
author | Kylie McClain <somasis@exherbo.org> | 2015-05-31 01:19:16 -0400 |
---|---|---|
committer | Kylie McClain <somasis@exherbo.org> | 2015-05-31 01:19:16 -0400 |
commit | 4e70675387ff8bde5ea9eb690b77957d4d236dee (patch) | |
tree | 3b5af1911907e343508b74cad3cf6bd84cebcdc5 /Makefile | |
parent | 32089a086a1e9abf328e4c430c5af675eeaf35e0 (diff) |
makefile: change colors in all gtk3 css files and svg files
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -37,7 +37,8 @@ prepare: Shiki-%: @echo "Generating $@ from $(BASE)..." cp -r $(BASE) $@ - sed -i $@/gtk-2.0/gtkrc $@/gtk-3.0/gtk.css \ + sed -i $@/gtk-2.0/gtkrc $@/gtk-3.0/*.css $@/gtk-3.0/assets/*.svg \ + $@/gtk-3.0/apps/*.css \ -e 's/#d64937/#$($@_selected)/g' \ -e 's/#2d2d2d/#212121/g' |