cua-read-only-cursor-color
cua-read-only-cursor-color is a variable defined in `
cua-base.el
'.
Its value is
"darkgreen"
Documentation:
Cursor color used in read-only buffers, if non-nil.
Only used when `cua-enable-cursor-indications' is non-nil.
If the value is a COLOR name, then only the `cursor-color' attribute will be
affected. If the value is a cursor TYPE (one of: box, hollow, bar, or hbar),
then only the `cursor-type' property will be affected. If the value is
a cons (TYPE . COLOR), then both properties are affected.
You can customize this variable.