aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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