I've had the same problem. Specifying "Black" or 0 in the line color in the script didn't seem to help. My solution was to add a crayon color (lead) from customize window. That adds the following line to the script
DispatchSeg( BarSeg( 2 ), {Line Color( {25, 25, 25} )} )}
which seems to be an RGB Code. However, I think 0,0,0 would be black in RGB and that gives the grey color. I tried replacing the 25,25,25 with 1,1,1, but it really doesn't make much difference. They both look black to me.