From 432939a9d9bef6fe4d935bd9ed276f2f97c55cf5 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Mon, 19 Dec 2022 19:25:52 -0500 Subject: [PATCH] Add corfu-popupinfo face --- adwaita-dark-theme.el | 1 + 1 file changed, 1 insertion(+) diff --git a/adwaita-dark-theme.el b/adwaita-dark-theme.el index b1d37cf..1571164 100644 --- a/adwaita-dark-theme.el +++ b/adwaita-dark-theme.el @@ -460,6 +460,7 @@ `(corfu-bar ((,class (:background ,base-5)))) `(corfu-border ((,class (:background ,base-3)))) `(corfu-echo ((,class (:inherit 'font-lock-doc-face)))) + `(corfu-popupinfo ((,class (:inherit 'corfu-default)))) ;; diff-hl `(diff-hl-change ((,class (:foreground ,orange))))