Color Handles.DrawLine

Is there a way to color Handles.DrawLine(Vector3one, Vector3two); line instead of default white, if not, maybe there are other solutions, thanks!

Yes - change Handles.color before drawing.

As a side note - line is drawn using slightly modified color (alpha is multiplied by 0.75f).