branch: elpa/spacemacs-theme
commit e088bff4f190495615c29de93079aaa823e2300c
Merge: 06a41d0327 2deb431d1d
Author: Nasser Alshammari <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #159 from ianpan870102/master
    
    Add support for ivy-posframe
---
 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))))

Reply via email to