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

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

[nongnu] elpa/moe-theme 497c7fd691 293/352: swiper: set these faces to m


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 497c7fd691 293/352: swiper: set these faces to match some of the rainbow colors
Date: Fri, 7 Jan 2022 03:59:57 -0500 (EST)

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

    swiper: set these faces to match some of the rainbow colors
---
 moe-dark-theme.el  | 7 +++++++
 moe-light-theme.el | 7 +++++++
 2 files changed, 14 insertions(+)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 28ef66aa15..16e067fef0 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -771,6 +771,13 @@ Moe, moe, kyun!")
    `(ido-virtual ((,class (:foreground ,magenta-3))))
 
 
+   ;; 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))))
 
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 19076e8c91..6e70229276 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -768,6 +768,13 @@ Moe, moe, kyun!")
    `(ido-subdir ((,class (:foreground ,blue-1 :bold t))))
    `(ido-virtual ((,class (:foreground ,magenta-3))))
 
+   ;; 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))))
 



reply via email to

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