aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasatake YAMATO2005-05-23 18:30:20 +0000
committerMasatake YAMATO2005-05-23 18:30:20 +0000
commitd2c619c8357bde4d8a68f8c3baa9a877b5ec656a (patch)
treebde2e05f71eaedabdfc0c88a64361b9f8147955f
parent71d4fba16fb333ae8ee534ddebdb04fc1e70569f (diff)
downloademacs-d2c619c8357bde4d8a68f8c3baa9a877b5ec656a.tar.gz
emacs-d2c619c8357bde4d8a68f8c3baa9a877b5ec656a.zip
Install a change I forgot to install at the last committing.
* faces.el (mode-line-highlight): New face.
-rw-r--r--lisp/faces.el13
1 files changed, 13 insertions, 0 deletions
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."
1843 :group 'modeline 1843 :group 'modeline
1844 :group 'basic-faces) 1844 :group 'basic-faces)
1845 1845
1846(defface mode-line-highlight
1847 '((((class color) (min-colors 88) (background light))
1848 :background "RoyalBlue4" :foreground "white")
1849 (((class color) (min-colors 88) (background dark))
1850 :background "light sky blue" :foreground "black")
1851 (t
1852 :inverse-video t))
1853 "Basic mode line face for highlighting."
1854 :version "22.1"
1855 :group 'modeline
1856 :group 'basic-faces)
1857
1846;; Make `modeline' an alias for `mode-line', for compatibility. 1858;; Make `modeline' an alias for `mode-line', for compatibility.
1847(put 'modeline 'face-alias 'mode-line) 1859(put 'modeline 'face-alias 'mode-line)
1848(put 'modeline-inactive 'face-alias 'mode-line-inactive) 1860(put 'modeline-inactive 'face-alias 'mode-line-inactive)
1861(put 'modeline-higilight 'face-alias 'mode-line-highlight)
1849 1862
1850(defface header-line 1863(defface header-line
1851 '((default 1864 '((default