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

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

[elpa] externals/company b1fd922 1/2: Change echo-common face for light


From: ELPA Syncer
Subject: [elpa] externals/company b1fd922 1/2: Change echo-common face for light themes
Date: Thu, 27 May 2021 12:57:06 -0400 (EDT)

branch: externals/company
commit b1fd922d697b25254e4fa5bb0b38884ae8c05e20
Author: Y. E <yugenekr@gmail.com>
Commit: Y. E <yugenekr@gmail.com>

    Change echo-common face for light themes
    
    Improves visibility of common part(s) of completions
    with echo-frontends for all built-in light themes.
---
 company.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/company.el b/company.el
index c89d347..307b6df 100644
--- a/company.el
+++ b/company.el
@@ -156,8 +156,8 @@
   "Face used for completions in the echo area.")
 
 (defface company-echo-common
-  '((((background dark)) (:foreground "firebrick1"))
-    (((background light)) (:background "firebrick4")))
+  '((((background light)) (:foreground "firebrick4"))
+    (((background dark)) (:foreground "firebrick1")))
   "Face used for the common part of completions in the echo area.")
 
 ;; Too lazy to re-add :group to all defcustoms down below.



reply via email to

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