Mercurial > emacs
comparison lisp/faces.el @ 46145:9319ffebc601
(header-line): Suppress inverse-video on ttys.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 03 Jul 2002 07:03:51 +0000 |
parents | ef0684c3e07b |
children | f883ac732e39 |
comparison
equal
deleted
inserted
replaced
46144:8c00672a779a | 46145:9319ffebc601 |
---|---|
1818 ;; header-line in relation to the mode-line face. If a terminal | 1818 ;; header-line in relation to the mode-line face. If a terminal |
1819 ;; can't underline, then the header-line will end up without any | 1819 ;; can't underline, then the header-line will end up without any |
1820 ;; highlighting; this may be too confusing in general, although it | 1820 ;; highlighting; this may be too confusing in general, although it |
1821 ;; happens to look good with the only current use of header-lines, | 1821 ;; happens to look good with the only current use of header-lines, |
1822 ;; the info browser. XXX | 1822 ;; the info browser. XXX |
1823 :underline t) | 1823 :underline t |
1824 :inverse-video nil) | |
1824 (((class color grayscale) (background light)) | 1825 (((class color grayscale) (background light)) |
1825 :background "grey90" :foreground "grey20" | 1826 :background "grey90" :foreground "grey20" |
1826 :box nil) | 1827 :box nil) |
1827 (((class color grayscale) (background dark)) | 1828 (((class color grayscale) (background dark)) |
1828 :background "grey20" :foreground "grey90" | 1829 :background "grey20" :foreground "grey90" |