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

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

[nongnu] elpa/moe-theme 1f2af9b2cb 294/352: ivy: add some decent looking


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 1f2af9b2cb 294/352: ivy: add some decent looking colors for both themes
Date: Fri, 7 Jan 2022 03:59:58 -0500 (EST)

branch: elpa/moe-theme
commit 1f2af9b2cbf9c03137d405a4ceed4bbf11fb5029
Author: Sean Farley <sean@farley.io>
Commit: Sean Farley <sean@farley.io>

    ivy: add some decent looking colors for both themes
---
 moe-dark-theme.el  | 10 ++++++++++
 moe-light-theme.el | 11 +++++++++++
 2 files changed, 21 insertions(+)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 16e067fef0..10f2d18865 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -770,6 +770,16 @@ Moe, moe, kyun!")
    `(ido-subdir ((,class (:foreground ,blue-1 :bold t))))
    `(ido-virtual ((,class (:foreground ,magenta-3))))
 
+   ;; ivy-mode
+   `(ivy-current-match ((,class (:foreground ,orange-2 :bold t :inherit 
highlight))))
+   `(ivy-confirm-face ((,class (:foreground ,green-4 :background ,green-00 
:bold t))))
+   `(ivy-subdir ((,class (:foreground ,blue-1 :bold t))))
+   `(ivy-virtual ((,class (:foreground ,magenta-3))))
+
+   `(ivy-minibuffer-match-face-1 ((,class (:background ,blue-1 :foreground 
,white-0))))
+   `(ivy-minibuffer-match-face-2 ((,class (:bold t :background ,green-2 
:foreground ,white-0))))
+   `(ivy-minibuffer-match-face-3 ((,class (:bold t :background ,magenta-2 
:foreground ,white-0))))
+   `(ivy-minibuffer-match-face-4 ((,class (:bold t :background ,cyan-3 
:foreground ,white-0))))
 
    ;; swiper
    `(swiper-match-face-1 ((,class (:background ,blue-1 :foreground ,white-0))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 6e70229276..3b736b9cec 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -768,6 +768,17 @@ Moe, moe, kyun!")
    `(ido-subdir ((,class (:foreground ,blue-1 :bold t))))
    `(ido-virtual ((,class (:foreground ,magenta-3))))
 
+   ;; ivy-mode
+   `(ivy-current-match ((,class (:foreground ,orange-2 :bold t :inherit 
highlight))))
+   `(ivy-confirm-face ((,class (:foreground ,green-4 :background ,green-00 
:bold t))))
+   `(ivy-subdir ((,class (:foreground ,blue-1 :bold t))))
+   `(ivy-virtual ((,class (:foreground ,magenta-3))))
+
+   `(ivy-minibuffer-match-face-1 ((,class (:background ,blue-1 :foreground 
,white-0))))
+   `(ivy-minibuffer-match-face-2 ((,class (:bold t :background ,green-2 
:foreground ,white-0))))
+   `(ivy-minibuffer-match-face-3 ((,class (:bold t :background ,magenta-2 
:foreground ,white-0))))
+   `(ivy-minibuffer-match-face-4 ((,class (:bold t :background ,cyan-3 
:foreground ,white-0))))
+
    ;; swiper
    `(swiper-match-face-1 ((,class (:background ,blue-1 :foreground ,white-0))))
    `(swiper-match-face-2 ((,class (:bold t :background ,green-3 :foreground 
,white-0))))



reply via email to

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