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

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

[nongnu] elpa/apropospriate-theme 019ed5c 082/118: add support for ivy-p


From: ELPA Syncer
Subject: [nongnu] elpa/apropospriate-theme 019ed5c 082/118: add support for ivy-posframe, matching company style
Date: Thu, 21 Oct 2021 18:02:27 -0400 (EDT)

branch: elpa/apropospriate-theme
commit 019ed5cf8f1e1abfead7adceeda88938dfe928b7
Author: justin talbott <justin@waymondo.com>
Commit: justin talbott <justin@waymondo.com>

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



reply via email to

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