Generate graph from the external file and specify text color. CTEXT= assigns a color to the text produced by the GPRINT procedure.
proc gprint fileref=out ctext=red;
run;