patternfills icon indicating copy to clipboard operation
patternfills copied to clipboard

Color formatting doesn't seem to be working? (Powershell, windows)

Open evanreilly opened this issue 7 years ago • 1 comments

Hi there. I installed this via npm and everything seemed to work great. It blasts the changes to stdout just like it should. However it seems that the color flags don't seem to work.
I have tried:

patternfills -b 'aa0000' -f svg pattternfills -b aa0000 -f svg patternfills -b aa0000 -f css patternfills -b 'aa0000' -f css

to no avail. Is there an alternate way of editing the colors of these svgs? This project would be extremely useful to me if I could. What am I doing wrong?

(To clarify, it doesn't yell at me, but the outputs I have gotten have been purely black squares or no changes at all)

evanreilly avatar Apr 25 '18 02:04 evanreilly

You've probably figured this out by now, so I'm mostly posting in case anyone else has a hard time - you need to include the # symbol with the color's hex code, e.g. patternfills -b '#aa0000' -f css

leggomymeggos avatar Sep 25 '18 04:09 leggomymeggos