From 4e70675387ff8bde5ea9eb690b77957d4d236dee Mon Sep 17 00:00:00 2001 From: Kylie McClain Date: Sun, 31 May 2015 01:19:16 -0400 Subject: makefile: change colors in all gtk3 css files and svg files --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index da9c094..8b1e38d 100644 --- a/Makefile +++ b/Makefile @@ -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' -- cgit v1.2.3