Plantuml can use a mono mode to draw sequence diagram without colors as below:
skinparam monochrome true
But the color seems is monochrome so it's not so clear as a black color.The output figure looks like a grey color but not a black one.
Is it possible to use a black color mode rather use monochrome mode?