Arbortext Command Language > set Command Options > set gentextfontcolor
  
set gentextfontcolor
set gentextfontcolor= { inherit | colorname | #rgbspec}
This command determines the font color used to display generated text in the Edit window. If inherit is set, the generated text is displayed the same as the text of the Edit window document. The value is either inherit, or a named color, or an RGB specification preceded by #. The default is inherit.
You can determine whether Arbortext Editor ignores this setting by using the set usecolorsettings option.
Examples
set gentextfontcolor=inherit
set gentextfontcolor=red
set gentextfontcolor=#ff0000