diff lisp/faces.el @ 31667:f5000d258412

(header-line): Tweak face.
author Miles Bader <miles@gnu.org>
date Sun, 17 Sep 2000 17:04:02 +0000
parents 08829d842312
children f89c2fe5fb38
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)