emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/spacemacs-theme 2deb431d1d 310/336: Add support for ivy-po


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 2deb431d1d 310/336: Add support for ivy-posframe
Date: Fri, 14 Jan 2022 10:59:47 -0500 (EST)

branch: elpa/spacemacs-theme
commit 2deb431d1d507e6b73b424efbf86d9902dde6069
Author: Ian Y.E. Pan <ianpan870102@gmail.com>
Commit: GitHub <noreply@github.com>

    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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]