emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 47e85da: * lisp/faces.el (help-key-binding): Tweak background.


From: Stefan Kangas
Subject: master 47e85da: * lisp/faces.el (help-key-binding): Tweak background.
Date: Thu, 18 Mar 2021 18:36:49 -0400 (EDT)

branch: master
commit 47e85dae330447802391334927f7b0f28e485ec0
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    * lisp/faces.el (help-key-binding): Tweak background.
---
 lisp/faces.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/faces.el b/lisp/faces.el
index 7c6d749..5ae3906 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]