emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/corfu a2de3f2 11/29: Adjust faces


From: Stefan Monnier
Subject: [elpa] externals/corfu a2de3f2 11/29: Adjust faces
Date: Fri, 16 Apr 2021 18:44:14 -0400 (EDT)

branch: externals/corfu
commit a2de3f275ce9f17ac474afab70b3aa62e15b5f5e
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Adjust faces
---
 corfu.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/corfu.el b/corfu.el
index bdf86b2..ee4f699 100644
--- a/corfu.el
+++ b/corfu.el
@@ -74,9 +74,9 @@
 
 (defface corfu-bar
   '((((class color) (min-colors 88) (background dark))
-     :background "#888")
+     :background "#444")
     (((class color) (min-colors 88) (background light))
-     :background "#666")
+     :background "#bbb")
     (t :background "black"))
   "Face used for the scrollbar.")
 
@@ -86,7 +86,7 @@
     (((class color) (min-colors 88) (background light))
      :background "#bbb")
     (t :background "gray"))
-  "Face used for the background of the scrollbar.")
+  "Face used for the border line.")
 
 (defvar corfu-map
   (let ((map (make-sparse-keymap)))



reply via email to

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