Assign the libref and set the graphics environment. 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
         colors=(black red blue green)
         cback=white ftitle=swissb ftext=swiss
         htitle=6 htext=3.5;