Variable: viper-minibuffer-insert-face
viper-minibuffer-insert-face is a variable defined in
viper-init.el.gz.
Value
viper-minibuffer-insert
Documentation
Face used in the Minibuffer when it is in Insert state.
DO NOT CHANGE this variable. Instead, use the customization widget
to customize the actual face object viper-minibuffer-insert
this variable represents.
Source Code
;; Defined in /usr/src/emacs/lisp/emulation/viper-init.el.gz
;; An internal variable. Viper takes the face from here.
(defvar viper-minibuffer-insert-face 'viper-minibuffer-insert
"Face used in the Minibuffer when it is in Insert state.
DO NOT CHANGE this variable. Instead, use the customization widget
to customize the actual face object `viper-minibuffer-insert'
this variable represents.")