Visual_Diff_ChangeClr Initialization Variable

See Also

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

Syntax

Visual_Diff_ChangeClr = {R,G,B|Color}

Example

Sets the inserted lines color to blue:

Visual_Diff_ChangeClr = <0,0,255>

Sets the inserted lines color to blue:

Visual_Diff_ChangeClr = Blue

Remarks

If you set this variable, make sure you set the Visual_Diff_InsertClr and Visual_Diff_DeleteClr 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.