branch: externals/company commit ee3177cdad47cbe92242eeb52c7bdb9505282db6 Merge: f0caa24 b1fd922 Author: Dmitry Gutov <dgu...@yandex.ru> Commit: GitHub <nore...@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.