From: Stefan Kangas Date: Thu, 18 Mar 2021 22:36:08 +0000 (+0100) Subject: * lisp/faces.el (help-key-binding): Tweak background. X-Git-Tag: emacs-28.0.90~3217 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=47e85dae330447802391334927f7b0f28e485ec0;p=emacs.git * lisp/faces.el (help-key-binding): Tweak background. --- 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")