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