diff options
author | Miles Bader <miles@gnu.org> | 2000-09-17 17:04:02 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2000-09-17 17:04:02 +0000 |
commit | 9c8914c974debc522fbc26e33d49a4b9e65ab484 (patch) | |
tree | fbf6be62188cc61ec4991979bbe8a5b9eee2d03a /lisp/faces.el | |
parent | 3e5631e6907adeaf28edfb0ade993b52edba5c56 (diff) | |
download | emacs-9c8914c974debc522fbc26e33d49a4b9e65ab484.tar.gz |
(header-line): Tweak face.
Diffstat (limited to 'lisp/faces.el')
-rw-r--r-- | lisp/faces.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/faces.el b/lisp/faces.el index d50600c4a6c..4d0083a276f 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -1533,11 +1533,11 @@ created." (: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) |