branch: elpa/apropospriate-theme commit d3c7b3399a5ea371cfc5c3059745f1de86d8ac3d Author: justin talbott <jus...@waymondo.com> Commit: justin talbott <jus...@waymondo.com>
configure other vertico posframe border faces --- apropospriate.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apropospriate.el b/apropospriate.el index 67c8a1b57b..74d898e64d 100644 --- a/apropospriate.el +++ b/apropospriate.el @@ -279,6 +279,10 @@ Set to `1.0' or nil to prevent font size manipulation." `(transient-posframe-border ((,class (:background ,base00-2)))) `(vertico-posframe ((,class (:background ,base00-2)))) `(vertico-posframe-border ((,class (:background ,base00-2)))) + `(vertico-posframe-border-2 ((,class (:background ,base00-1)))) + `(vertico-posframe-border-3 ((,class (:background ,base00-1)))) + `(vertico-posframe-border-4 ((,class (:background ,base00-1)))) + `(vertico-posframe-border-fallback ((,class (:background ,base00-1)))) `(ivy-posframe ((,class :background ,base00-2 :foreground ,base03))) `(which-key-posframe ((,class :background ,base00-2 :foreground ,base03))) `(which-key-posframe-border ((,class :background ,base00-2)))