branch: elpa/spacemacs-theme
commit 2deb431d1d507e6b73b424efbf86d9902dde6069
Author: Ian Y.E. Pan <[email protected]>
Commit: GitHub <[email protected]>
Add support for ivy-posframe
This is necessary to distinguish the different backgrounds between the
posframe and the open buffer when solaire-mode is enabled.
---
spacemacs-common.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index e81a69ca07..5f61b85bcc 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -584,6 +584,9 @@ to 'auto, tags may not be properly aligned. "
`(ivy-minibuffer-match-face-3 ((,class (:foreground ,head4 :underline
t))))
`(ivy-minibuffer-match-face-4 ((,class (:foreground ,head3 :underline
t))))
`(ivy-remote ((,class (:foreground ,cyan))))
+
+;;;;; ivy-posframe
+ `(ivy-posframe ((,class (:background ,bg3))))
;;;;; latex
`(font-latex-bold-face ((,class (:foreground ,comp))))