Visual_Diff_DeleteClr Initialization Variable

See Also

Sets the color used to indicate lines deleted from the Differences for File dialog box, available with the Show Differences (File) command on the Tools menu.

Syntax

Visual_Diff_DeleteClr = {R,G,B|Color}

Example

Sets the inserted lines color to red:

Visual_Diff_DeleteClr = <255,0,0>

Sets the inserted lines color to red:

Visual_Diff_DeleteClr = Red

Remarks

If you set this variable, make sure you set the Visual_Diff_InsertClr and Visual_Diff_ChangeClr variables to something else. You can specify any color with the RGB syntax (3 numbers between 1 and 255 separated by commas), or use the following color names: Black, Blue, Red, Green, Cyan, Magenta, Gray, White, Yellow, Light Blue, Light Yellow, Light Green, Light Red, Light Magenta, Light Cyan.