branch: externals/company
commit b1fd922d697b25254e4fa5bb0b38884ae8c05e20
Author: Y. E <yugen...@gmail.com>
Commit: Y. E <yugen...@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