diff gtk-2.0/render-bits.sh @ 6:043c874084ba

Reduce GTK2 duplication and reduce button highlight
author IBBoard <dev@ibboard.co.uk>
date Sat, 16 Apr 2016 16:12:03 +0100
parents a48477723cfe
children
line wrap: on
line diff
--- a/gtk-2.0/render-bits.sh	Sat Apr 16 14:51:05 2016 +0100
+++ b/gtk-2.0/render-bits.sh	Sat Apr 16 16:12:03 2016 +0100
@@ -12,5 +12,5 @@
 		then mkdir $DIR; 
 	fi
 	ID=`echo $filename | tr '/' '_'`
-	$INKSCAPE $SVG -i $ID -e $filename.png
+	$INKSCAPE $SVG -i $ID -e $filename.png -b "#C6C6C6"
 done