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

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

[nongnu] elpa/apropospriate-theme 267a2ad 049/118: update ivy & swiper s


From: ELPA Syncer
Subject: [nongnu] elpa/apropospriate-theme 267a2ad 049/118: update ivy & swiper styles, inherit from ido
Date: Thu, 21 Oct 2021 18:02:20 -0400 (EDT)

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

    update ivy & swiper styles, inherit from ido
---
 apropospriate.el | 27 ++++++++++++++++-----------
 1 file changed, 16 insertions(+), 11 deletions(-)

diff --git a/apropospriate.el b/apropospriate.el
index b674fb4..7b34fcf 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -173,14 +173,25 @@
      `(visible-mark-active ((,class (:foreground unspecified :background 
,light-emphasis))))
      `(visible-mark-face1 ((,class (:background ,light-emphasis-1))))
      `(visible-mark-face2 ((,class (:background ,light-emphasis-2))))
-     `(ivy-current-match ((,class (:foreground unspecified :background 
,light-emphasis-1))))
+     `(ido-subdir ((,class (:foreground ,brown))))
+     `(ido-first-match ((,class (:foreground ,orange :weight bold))))
+     `(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)))))
+     `(ivy-current-match ((,class (:foreground unspecified :background 
,light-emphasis))))
      `(ivy-confirm-face ((,class (:foregroud ,green))))
      `(ivy-match-required-face ((,class (:foregroud ,red))))
      `(ivy-remote ((,class (:foregroud ,cyan))))
-     `(swiper-minibuffer-match-face-1 ((,class (:background 
,light-emphasis-1))))
-     `(swiper-minibuffer-match-face-2 ((,class (:inherit match))))
-     `(swiper-minibuffer-match-face-3 ((,class (:background ,cyan))))
-     `(swiper-minibuffer-match-face-4 ((,class (:background ,pink-1))))
+     `(ivy-virtual ((,class (:inherit ido-virtual))))
+     `(ivy-minibuffer-match-face-1 ((,class (:background ,light-emphasis-2))))
+     `(ivy-minibuffer-match-face-2 ((,class (:inherit match))))
+     `(ivy-minibuffer-match-face-3 ((,class (:underline (:style line :color 
,cyan)))))
+     `(ivy-minibuffer-match-face-4 ((,class (:underline (:style line :color 
,pink-1)))))
+     `(swiper-match-face-1 ((,class (:inherit ivy-minibuffer-match-face-1))))
+     `(swiper-match-face-2 ((,class (:inherit ivy-minibuffer-match-face-2))))
+     `(swiper-match-face-3 ((,class (:inherit ivy-minibuffer-match-face-3))))
+     `(swiper-match-face-4 ((,class (:inherit ivy-minibuffer-match-face-4))))
      `(wgrep-face ((,class (:background ,base00+2))))
      `(wgrep-file-face ((,class (:background ,base00+1))))
      `(wgrep-delete-face ((,class (:foreground ,red))))
@@ -293,12 +304,6 @@
      `(highlight-blocks-depth-7-face ((,class (:background ,base00-3))))
      `(highlight-blocks-depth-8-face ((,class (:background ,base00-3))))
      `(highlight-blocks-depth-9-face ((,class (:background ,base00-3))))
-     `(ido-subdir ((,class (:foreground ,brown :weight bold))))
-     `(ido-first-match ((,class (:foreground ,orange :weight bold))))
-     `(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)))))
      `(flx-highlight-face ((,class (:foreground ,yellow))))
      `(diff-added ((,class (:foreground ,green))))
      `(diff-changed ((,class (:foreground ,blue))))



reply via email to

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