Mercurial > emacs
changeset 31667:f5000d258412
(header-line): Tweak face.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sun, 17 Sep 2000 17:04:02 +0000 |
parents | 3cc588d57c8c |
children | b03eb505de09 |
files | lisp/faces.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/faces.el Sun Sep 17 17:03:20 2000 +0000 +++ b/lisp/faces.el Sun Sep 17 17:04:02 2000 +0000 @@ -1533,11 +1533,11 @@ (:inverse-video t)) (((class color) (background light)) (:box (:line-width 1 :style released-button) - :background "grey90" + :background "grey90" :foreground "grey20" :inherit mode-line)) (((class color) (background dark)) (:box (:line-width 1 :style released-button) - :background "grey20" + :background "grey20" :foreground "grey90" :inherit mode-line)) (((class mono)) (:box (:line-width 1 :style released-button)