branch: elpa/apropospriate-theme
commit cf12db35089836ee521ef248860ef8c48ea6ce4a
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>
add matching background border color for which-key-posframe
---
apropospriate.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/apropospriate.el b/apropospriate.el
index 61e051e..fa9118f 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -258,6 +258,7 @@ Set to `1.0' or nil to prevent font size manipulation."
`(lsp-face-highlight-write ((,class (:inherit highlight-symbol-face
:background ,base00+2))))
`(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)))
`(frog-menu-prompt-face ((,class :foreground ,base03-1)))
`(frog-menu-actions-face ((,class :foreground ,base03-1)))
`(frog-menu-posframe-background-face ((,class :background ,base00-2)))