set caretcolor
set caretcolor= { colorname | #rgbspec}
This command specifies the color of the editing cursor. The value is either a named color or an RGB specification preceded by #.
Examples (the following are equivalent):
set caretcolor=red
set caretcolor=#ff0000
Related Topics