aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader <[email protected]>2000-09-17 17:05:15 +0000
committerMiles Bader <[email protected]>2000-09-17 17:05:15 +0000
commit53c9ab4f44bb9b91004476a032e59dd0d1ee3fd1 (patch)
treee0061bde5921b352faf57d8e40e73474736df1fc
parent52cbdfbd0afa35d5f03a824bd8db66e55a7224ca (diff)
(header-line): Tweak face.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/faces.el4
2 files changed, 5 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8efb523be6..06b3c739d0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2000-09-18 Miles Bader <[email protected]>
+ * info.el (info-node, info-xref): Add dark-background variants.
+
* faces.el (header-line): Change defaults to be less confusing
when mixed with mode-lines.
@@ -7,7 +9,7 @@
Add extra `help-echo' and `local-map' props to node xrefs.
Use header-specific faces for node-names & xrefs.
(Info-use-header-line): New variable.
- (info-header, info-header-xref, info-header-node): New faces.
+ (info-header-xref, info-header-node): New faces.
(Info-setup-header-line): New function.
(Info-select-node): Call Info-setup-header-line when enabled.
(Info-extract-pointer): Work even if the header line is hidden.
diff --git a/lisp/faces.el b/lisp/faces.el
index d50600c4a6..4d0083a276 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)