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

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

[nongnu] elpa/moe-theme cba6df0c69 295/352: Merge pull request #79 from


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme cba6df0c69 295/352: Merge pull request #79 from seanfarley/smf/new-colors
Date: Fri, 7 Jan 2022 03:59:58 -0500 (EST)

branch: elpa/moe-theme
commit cba6df0c69766a72edfc474b20598d3b25998ab5
Merge: ba3800a999 1f2af9b2cb
Author: ono hiroko <azazabc123@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #79 from seanfarley/smf/new-colors
    
    Add some new settings for ivy, swiper, and volatile-highlight
---
 moe-dark-theme.el  | 24 ++++++++++++++++++++++++
 moe-light-theme.el | 24 ++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index d51c0ca893..10f2d18865 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -770,6 +770,30 @@ 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-2 :foreground 
,white-0))))
+   `(swiper-match-face-3 ((,class (:bold t :background ,magenta-2 :foreground 
,white-0))))
+   `(swiper-match-face-4 ((,class (:bold t :background ,cyan-3 :foreground 
,white-0))))
+   `(swiper-line-face ((,class (:foreground ,orange-2 :bold t :inherit 
highlight))))
+
+   ;; volatile-highlights
+   `(vhl/default-face ((,class (:foreground ,black-3 :background ,green-0))))
+
+   ;; notmuch
+   `(notmuch-search-unread-face ((,class (:weight bold))))
+
    ;; git-gutter (&-fringe)
    `(git-gutter:added ((,class (:foreground ,green-4 :background ,green-0 
:bold t))))
    `(git-gutter:deleted ((,class (:foreground ,red-3 :background ,red-00 :bold 
t))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 3be8ac7ba9..3b736b9cec 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -768,6 +768,30 @@ 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))))
+   `(swiper-match-face-3 ((,class (:bold t :background ,magenta-2 :foreground 
,white-0))))
+   `(swiper-match-face-4 ((,class (:bold t :background ,cyan-3 :foreground 
,white-0))))
+   `(swiper-line-face ((,class (:foreground ,orange-2 :bold t :inherit 
highlight))))
+
+   ;; volatile-highlights
+   `(vhl/default-face ((,class (:foreground ,white-0 :background ,blue-1))))
+
+   ;; notmuch
+   `(notmuch-search-unread-face ((,class (:weight bold))))
+
    ;; git-gutter (&-fringe)
    `(git-gutter:added ((,class (:foreground ,green-4 :background ,green-0 
:bold t))))
    `(git-gutter:deleted ((,class (:foreground ,red-3 :background ,red-00 :bold 
t))))



reply via email to

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