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

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

[elpa] externals/company ee3177c 2/2: Merge pull request #1108 from yuga


From: ELPA Syncer
Subject: [elpa] externals/company ee3177c 2/2: Merge pull request #1108 from yugaego/echo-font
Date: Thu, 27 May 2021 12:57:06 -0400 (EDT)

branch: externals/company
commit ee3177cdad47cbe92242eeb52c7bdb9505282db6
Merge: f0caa24 b1fd922
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: GitHub <noreply@github.com>

    Merge pull request #1108 from yugaego/echo-font
    
    Change echo-common face for 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]