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

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

[elpa] externals/ef-themes d195298d56 3/5: Fix company-preview-search fa


From: ELPA Syncer
Subject: [elpa] externals/ef-themes d195298d56 3/5: Fix company-preview-search face
Date: Sun, 4 Sep 2022 22:57:36 -0400 (EDT)

branch: externals/ef-themes
commit d195298d563685d992f9cbef0ad07ca101438f81
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Fix company-preview-search face
---
 ef-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ef-themes.el b/ef-themes.el
index 0dc5c3508c..db7be9cd59 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -680,7 +680,7 @@ Helper function for `ef-themes-preview-colors'."
     `(company-echo-common ((,c :inherit bold :foreground ,accent-0)))
     `(company-preview ((,c :background ,bg-dim :foreground ,fg-dim)))
     `(company-preview-common ((,c :inherit company-echo-common)))
-    `(company-preview-search ((,c :inherit modus-themes-special-calm)))
+    `(company-preview-search ((,c :background ,bg-yellow :foreground 
,fg-intense)))
     `(company-scrollbar-bg ((,c :background ,bg-active)))
     `(company-scrollbar-fg ((,c :background ,fg-main)))
     `(company-template-field ((,c :background ,bg-active :foreground 
,fg-intense)))



reply via email to

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