From d2c619c8357bde4d8a68f8c3baa9a877b5ec656a Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Mon, 23 May 2005 18:30:20 +0000 Subject: [PATCH] Install a change I forgot to install at the last committing. * faces.el (mode-line-highlight): New face. --- lisp/faces.el | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/lisp/faces.el b/lisp/faces.el index 74a8a1cbb47..27905af734c 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -1843,9 +1843,22 @@ created." :group 'modeline :group 'basic-faces) +(defface mode-line-highlight + '((((class color) (min-colors 88) (background light)) + :background "RoyalBlue4" :foreground "white") + (((class color) (min-colors 88) (background dark)) + :background "light sky blue" :foreground "black") + (t + :inverse-video t)) + "Basic mode line face for highlighting." + :version "22.1" + :group 'modeline + :group 'basic-faces) + ;; Make `modeline' an alias for `mode-line', for compatibility. (put 'modeline 'face-alias 'mode-line) (put 'modeline-inactive 'face-alias 'mode-line-inactive) +(put 'modeline-higilight 'face-alias 'mode-line-highlight) (defface header-line '((default -- 2.39.2