diff options
Diffstat (limited to 'lisp/emulation/viper-init.el')
-rw-r--r-- | lisp/emulation/viper-init.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emulation/viper-init.el b/lisp/emulation/viper-init.el index 8f0b99f2972..babb5083076 100644 --- a/lisp/emulation/viper-init.el +++ b/lisp/emulation/viper-init.el @@ -850,7 +850,7 @@ this variable represents.") (defface viper-minibuffer-emacs-face '((((class color)) (:foreground "Black" :background "darkseagreen2")) - (t (:bold t))) + (t (:weight bold))) "Face used in the Minibuffer when it is in Emacs state." :group 'viper-highlighting) ;; An internal variable. Viper takes the face from here. @@ -864,7 +864,7 @@ this variable represents.") (defface viper-minibuffer-insert-face '((((class color)) (:foreground "Black" :background "pink")) - (t (:italic t))) + (t (:slant italic))) "Face used in the Minibuffer when it is in Insert state." :group 'viper-highlighting) ;; An internal variable. Viper takes the face from here. |