Arbortext Command Language > set Command Options > set includefontcolor
  
set includefontcolor
set includefontcolor= { inherit | colorname | #rgbspec}
This command determines the font color used to display XML inclusions in the Edit window. If inherit is set, the included 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 includefontcolor=inherit
set includefontcolor=red
set includefontcolor=#ff0000