Assign the libref and set the graphics environment. CTEXT= specifies the color for all text on the output. COLORS= specifies the colors list, which is used by the default patterns and outlines.
libname reflib 'SAS-data-library';
goptions reset=global gunit=pct border cback=white
         ctext=black colors=(blue green red)
         ftext=swiss ftitle=swissb
         htitle=6 htext=3.5;