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