branch: externals/ef-themes commit d195298d563685d992f9cbef0ad07ca101438f81 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@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)))