Variable: ispell-highlight-face
ispell-highlight-face is a customizable variable defined in
ispell.el.gz.
Value
isearch
Documentation
Face used for Ispell highlighting.
This variable can be set by the user to whatever face they desire. It's most convenient if the cursor color and highlight color are slightly different.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/ispell.el.gz
(defcustom ispell-highlight-face (if ispell-lazy-highlight 'isearch 'highlight)
"Face used for Ispell highlighting.
This variable can be set by the user to whatever face they desire.
It's most convenient if the cursor color and highlight color are
slightly different."
:type 'face)