]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/faces.el (help-key-binding): Tweak background.
authorStefan Kangas <stefan@marxist.se>
Thu, 18 Mar 2021 22:36:08 +0000 (23:36 +0100)
committerStefan Kangas <stefan@marxist.se>
Thu, 18 Mar 2021 22:36:26 +0000 (23:36 +0100)
lisp/faces.el

index 7c6d749120e88cbefe80668230ee8d96e46ecc24..5ae3906acc2583096746bed6fb6171d752746b13 100644 (file)
@@ -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")