Arbortext Command Language > set Command Options > set diffinscolor
  
set diffinscolor
set diffinscolor= { inherit | colorname | #rgbspec}
This command determines the color used in the Compare window to display inserted text. If inherit is set, inserted text is displayed in the color specified by the FOSI. The value is either inherit, or a named color, or an RGB specification preceded by #. The default is inherit.
Examples
set diffinscolor=inherit
set diffinscolor=red
set diffinscolor=#ff0000