Arbortext Command Language > set Command Options > set diffdelcolor
  
set diffdelcolor
set diffdelcolor= { inherit | colorname | #rgbspec}
This command determines the color used in the Compare window to display text marked for deletion. If inherit is set, deleted elements are 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 diffdelcolor=inherit
set diffdelcolor=red
set diffdelcolor=#ff0000