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

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

[nongnu] elpa/apropospriate-theme e915227 055/118: make ido theming more


From: ELPA Syncer
Subject: [nongnu] elpa/apropospriate-theme e915227 055/118: make ido theming more consistent with ivy and inherit from match
Date: Thu, 21 Oct 2021 18:02:21 -0400 (EDT)

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

    make ido theming more consistent with ivy and inherit from match
---
 apropospriate.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apropospriate.el b/apropospriate.el
index c0619df..5f98902 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -174,11 +174,11 @@
      `(visible-mark-face1 ((,class (:background ,light-emphasis-1))))
      `(visible-mark-face2 ((,class (:background ,light-emphasis-2))))
      `(ido-subdir ((,class (:foreground ,brown))))
-     `(ido-first-match ((,class (:foreground ,orange :weight bold))))
+     `(ido-first-match ((,class (:inherit match))))
      `(ido-only-match ((,class (:inherit ido-first-match))))
      `(ido-indicator ((,class (:foreground ,red :background ,base00+1))))
      `(ido-virtual ((,class (:foreground ,cyan))))
-     `(ido-vertical-match-face ((,class (:foreground unspecified :underline 
(:style line :color ,yellow)))))
+     `(ido-vertical-match-face ((,class (:foreground ,yellow))))
      `(ivy-current-match ((,class (:foreground unspecified :background 
,light-emphasis))))
      `(ivy-confirm-face ((,class (:foregroud ,green))))
      `(ivy-match-required-face ((,class (:foregroud ,red))))



reply via email to

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