branch: elpa/apropospriate-theme
commit 019ed5cf8f1e1abfead7adceeda88938dfe928b7
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>
add support for ivy-posframe, matching company style
---
README.md | 1 +
apropospriate.el | 1 +
2 files changed, 2 insertions(+)
diff --git a/README.md b/README.md
index eaaf5b9..9c824b3 100644
--- a/README.md
+++ b/README.md
@@ -91,3 +91,4 @@ Apropospriate supports all the usual `prog-mode` derived
packages as well as som
* Dired Subtree
* Symbol Overlay
* Counsel CSS
+* Ivy Posframe
diff --git a/apropospriate.el b/apropospriate.el
index 3eaca52..7dc31de 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -227,6 +227,7 @@ Set to `1.0' or nil to prevent font size manipulation."
`(tabbar-modified ((,class (:inherit tabbar-unselected))))
`(tabbar-selected ((,class (:inherit tabbar-button :box (:line-width 4
:color ,base00 :style nil)))))
`(tabbar-separator ((,class (:inherit tabbar-selected))))
+ `(ivy-posframe ((,class :background ,base00-1 :foreground ,base02)))
`(company-tooltip ((,class (:background ,base00-1 :foreground ,base02))))
`(company-tooltip-selection ((,class (:background ,base00-2 :foreground
,base03))))
`(company-tooltip-common ((,class (:inherit company-tooltip))))