comparison 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
comparison
equal deleted inserted replaced
31666:3cc588d57c8c 31667:f5000d258412
1531 (defface header-line 1531 (defface header-line
1532 '((((type tty)) 1532 '((((type tty))
1533 (:inverse-video t)) 1533 (:inverse-video t))
1534 (((class color) (background light)) 1534 (((class color) (background light))
1535 (:box (:line-width 1 :style released-button) 1535 (:box (:line-width 1 :style released-button)
1536 :background "grey90" 1536 :background "grey90" :foreground "grey20"
1537 :inherit mode-line)) 1537 :inherit mode-line))
1538 (((class color) (background dark)) 1538 (((class color) (background dark))
1539 (:box (:line-width 1 :style released-button) 1539 (:box (:line-width 1 :style released-button)
1540 :background "grey20" 1540 :background "grey20" :foreground "grey90"
1541 :inherit mode-line)) 1541 :inherit mode-line))
1542 (((class mono)) 1542 (((class mono))
1543 (:box (:line-width 1 :style released-button) 1543 (:box (:line-width 1 :style released-button)
1544 :background "grey" 1544 :background "grey"
1545 :inherit mode-line)) 1545 :inherit mode-line))