summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-03-18 23:36:08 +0100
committerStefan Kangas <stefan@marxist.se>2021-03-18 23:36:26 +0100
commit47e85dae330447802391334927f7b0f28e485ec0 (patch)
treeedcfda105e94824d9496fe152ef829a080c161d2
parent236aad4f8c7cbf1f4455a0f034576d48a8d13f53 (diff)
downloademacs-47e85dae330447802391334927f7b0f28e485ec0.tar.gz
* lisp/faces.el (help-key-binding): Tweak background.
-rw-r--r--lisp/faces.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index 7c6d749120e..5ae3906acc2 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -2816,13 +2816,13 @@ Note: Other faces cannot inherit from the cursor face."
(defface help-key-binding
'((((class color) (min-colors 88) (background light))
- :background "grey92" :foreground "DarkBlue"
+ :background "grey96" :foreground "DarkBlue"
;; We use negative thickness of the horizontal box border line to
;; avoid enlarging the height of the echo-area display, which
;; would then move the mode line a few pixels up.
:box (:line-width (1 . -1) :color "grey80"))
(((class color) (min-colors 88) (background dark))
- :background "grey23" :foreground "LightBlue"
+ :background "grey19" :foreground "LightBlue"
:box (:line-width (1 . -1) :color "grey35"))
(((class color grayscale) (background light)) :background "grey90")
(((class color grayscale) (background dark)) :background "grey25")