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

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

[elpa] externals/modus-vivendi-theme 110a51f 026/110: Add support for SW


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 110a51f 026/110: Add support for SWITCH-WINDOW
Date: Wed, 29 Apr 2020 21:39:59 -0400 (EDT)

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

    Add support for SWITCH-WINDOW
---
 README.org              | 1 +
 modus-operandi-theme.el | 4 ++++
 modus-vivendi-theme.el  | 4 ++++
 3 files changed, 9 insertions(+)

diff --git a/README.org b/README.org
index 063ffc7..30bdc33 100644
--- a/README.org
+++ b/README.org
@@ -379,6 +379,7 @@ the "full support" may not be 100% true…
 + speedbar
 + stripes
 + suggest
++ switch-window
 + swiper
 + swoop
 + sx
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 4b5c6b5..deffcb3 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -243,6 +243,7 @@
 ;;     speedbar
 ;;     stripes
 ;;     suggest
+;;     switch-window
 ;;     swiper
 ;;     swoop
 ;;     sx
@@ -2585,6 +2586,9 @@ AMOUNT is a customisation option."
    `(stripes ((,class (:background ,bg-alt))))
    ;;;; success
    `(suggest-heading ((,class (:foreground ,yellow-alt-other :weight bold))))
+   ;;;; switch-window
+   `(switch-window-background ((,class (:background ,bg-dim))))
+   `(switch-window-label ((,class (:height 3.0 :foreground ,blue-intense))))
    ;;;; swiper
    `(swiper-background-match-face-1 ((,class (:inherit 
modus-theme-subtle-neutral))))
    `(swiper-background-match-face-2 ((,class (:inherit 
modus-theme-subtle-cyan))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 7cb4381..58be6ec 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -243,6 +243,7 @@
 ;;     speedbar
 ;;     stripes
 ;;     suggest
+;;     switch-window
 ;;     swiper
 ;;     swoop
 ;;     sx
@@ -2585,6 +2586,9 @@ AMOUNT is a customisation option."
    `(stripes ((,class (:background ,bg-alt))))
    ;;;; success
    `(suggest-heading ((,class (:foreground ,yellow-alt-other :weight bold))))
+   ;;;; switch-window
+   `(switch-window-background ((,class (:background ,bg-dim))))
+   `(switch-window-label ((,class (:height 3.0 :foreground ,blue-intense))))
    ;;;; swiper
    `(swiper-background-match-face-1 ((,class (:inherit 
modus-theme-subtle-neutral))))
    `(swiper-background-match-face-2 ((,class (:inherit 
modus-theme-subtle-cyan))))



reply via email to

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