branch: elpa/apropospriate-theme
commit 593eaef50511fbdd5e70c7b9fc2d92cb4c257a42
Author: justin talbott <jus...@waymondo.com>
Commit: justin talbott <jus...@waymondo.com>

    add support for `transient-posframe-mode`
---
 README.md        | 1 +
 apropospriate.el | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 887e444..9923ec6 100644
--- a/README.md
+++ b/README.md
@@ -118,3 +118,4 @@ Apropospriate supports all the usual `prog-mode` derived 
packages as well as som
 * Tab-line
 * VC-Annotate
 * Window Divider Mode
+* Transient Posframe Mode
diff --git a/apropospriate.el b/apropospriate.el
index 470c7e0..e1ae9fc 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -266,6 +266,9 @@ Set to `1.0' or nil to prevent font size manipulation."
      `(lsp-face-highlight-read ((,class (:inherit highlight-symbol-face))))
      `(lsp-face-highlight-textual ((,class (:inherit highlight-symbol-face))))
      `(lsp-face-highlight-write ((,class (:inherit highlight-symbol-face 
:background ,base00+2))))
+     `(transient-separator ((,class (:background ,base00-2))))
+     `(transient-posframe ((,class (:background ,base00-2))))
+     `(transient-posframe-border ((,class (: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)))

Reply via email to