branch: externals/vertico-posframe commit 096a2dbd8deb9c192d9d1e69a6d77de3b4511416 Author: Vincent Zhang <seagle0...@gmail.com> Commit: tumashu <tuma...@163.com>
Respect inherited faces while getting border color. --- vertico-posframe.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vertico-posframe.el b/vertico-posframe.el index fd0895930b..6ab533c739 100644 --- a/vertico-posframe.el +++ b/vertico-posframe.el @@ -307,7 +307,7 @@ minibuffer will not be hided by minibuffer-cover." (if (facep face) face face-fallback))) - :background)) + :background nil t)) (defun vertico-posframe-refposhandler-default (&optional frame) "The default posframe refposhandler used by vertico-posframe.