Variable: viper-minibuffer-vi-face
viper-minibuffer-vi-face is a variable defined in viper-init.el.gz.
Value
viper-minibuffer-vi
Documentation
Face used in the Minibuffer when it is in Vi state.
DO NOT CHANGE this variable. Instead, use the customization widget
to customize the actual face object viper-minibuffer-vi
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-vi-face 'viper-minibuffer-vi
"Face used in the Minibuffer when it is in Vi state.
DO NOT CHANGE this variable. Instead, use the customization widget
to customize the actual face object `viper-minibuffer-vi'
this variable represents.")