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

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

[elpa] externals/modus-vivendi-theme 4de27df 025/110: Add support for SW


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 4de27df 025/110: Add support for SWOOP
Date: Wed, 29 Apr 2020 21:39:59 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit 4de27df73e6856d8295ee76139a4a72cbe9764c8
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Add support for SWOOP
---
 README.org              |  1 +
 modus-operandi-theme.el | 10 ++++++++++
 modus-vivendi-theme.el  | 10 ++++++++++
 3 files changed, 21 insertions(+)

diff --git a/README.org b/README.org
index 779de30..063ffc7 100644
--- a/README.org
+++ b/README.org
@@ -380,6 +380,7 @@ the "full support" may not be 100% true…
 + stripes
 + suggest
 + swiper
++ swoop
 + sx
 + symbol-overlay
 + syslog-mode
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 3a20cc1..4b5c6b5 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -244,6 +244,7 @@
 ;;     stripes
 ;;     suggest
 ;;     swiper
+;;     swoop
 ;;     sx
 ;;     symbol-overlay
 ;;     syslog-mode
@@ -2595,6 +2596,15 @@ AMOUNT is a customisation option."
    `(swiper-match-face-2 ((,class (:inherit swiper-line-face))))
    `(swiper-match-face-3 ((,class (:inherit swiper-line-face))))
    `(swiper-match-face-4 ((,class (:inherit swiper-line-face))))
+   ;;;; swoop
+   `(swoop-face-header-format-line ((,class (:foreground ,red-alt :weight bold
+                                                         
,@(modus-operandi-theme-scale modus-operandi-theme-scale-3)))))
+   `(swoop-face-line-buffer-name ((,class (:foreground ,blue-alt :weight bold
+                                                       
,@(modus-operandi-theme-scale modus-operandi-theme-scale-4)))))
+   `(swoop-face-line-number ((,class (:foreground ,fg-special-warm))))
+   `(swoop-face-target-line ((,class (:inherit modus-theme-intense-blue
+                                               ,@(and (>= emacs-major-version 
27) '(:extend t))))))
+   `(swoop-face-target-words ((,class (:inherit modus-theme-refine-cyan))))
    ;;;; sx
    `(sx-inbox-item-type ((,class (:foreground ,magenta-alt-other))))
    `(sx-inbox-item-type-unread ((,class (:inherit sx-inbox-item-type :weight 
bold))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 5ec47b4..7cb4381 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -244,6 +244,7 @@
 ;;     stripes
 ;;     suggest
 ;;     swiper
+;;     swoop
 ;;     sx
 ;;     symbol-overlay
 ;;     syslog-mode
@@ -2595,6 +2596,15 @@ AMOUNT is a customisation option."
    `(swiper-match-face-2 ((,class (:inherit swiper-line-face))))
    `(swiper-match-face-3 ((,class (:inherit swiper-line-face))))
    `(swiper-match-face-4 ((,class (:inherit swiper-line-face))))
+   ;;;; swoop
+   `(swoop-face-header-format-line ((,class (:foreground ,red-alt :weight bold
+                                                         
,@(modus-vivendi-theme-scale modus-vivendi-theme-scale-3)))))
+   `(swoop-face-line-buffer-name ((,class (:foreground ,blue-alt :weight bold
+                                                       
,@(modus-vivendi-theme-scale modus-vivendi-theme-scale-4)))))
+   `(swoop-face-line-number ((,class (:foreground ,fg-special-warm))))
+   `(swoop-face-target-line ((,class (:inherit modus-theme-intense-blue
+                                               ,@(and (>= emacs-major-version 
27) '(:extend t))))))
+   `(swoop-face-target-words ((,class (:inherit modus-theme-refine-cyan))))
    ;;;; sx
    `(sx-inbox-item-type ((,class (:foreground ,magenta-alt-other))))
    `(sx-inbox-item-type-unread ((,class (:inherit sx-inbox-item-type :weight 
bold))))



reply via email to

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