branch: elpa/apropospriate-theme
commit ac22379c7e89b233287ac1e80ddb7a3ab77df147
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>
support for company-posframe
---
README.md | 1 +
apropospriate.el | 1 +
2 files changed, 2 insertions(+)
diff --git a/README.md b/README.md
index f78a61b..33f5288 100644
--- a/README.md
+++ b/README.md
@@ -106,3 +106,4 @@ Apropospriate supports all the usual `prog-mode` derived
packages as well as som
* Solaire
* Frog Menu
* Which Key Posframe
+* Company Posframe
diff --git a/apropospriate.el b/apropospriate.el
index fa9118f..3f04a75 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -259,6 +259,7 @@ Set to `1.0' or nil to prevent font size manipulation."
`(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)))
+ `(company-posframe-quickhelp ((,class :background ,base00-2 :foreground
,base03)))
`(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)))