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

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

[elpa] externals/modus-operandi-theme d190a2b 090/112: Add support for S


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme d190a2b 090/112: Add support for STRIPES
Date: Mon, 30 Mar 2020 15:59:45 -0400 (EDT)

branch: externals/modus-operandi-theme
commit d190a2ba406ba62280c6e7419bdb1987c716d4e8
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Add support for STRIPES
    
    This fixes issue 30:
    https://gitlab.com/protesilaos/modus-themes/-/issues/30
---
 README.org              | 1 +
 modus-operandi-theme.el | 3 +++
 modus-vivendi-theme.el  | 3 +++
 3 files changed, 7 insertions(+)

diff --git a/README.org b/README.org
index 1ae0b11..94006a2 100644
--- a/README.org
+++ b/README.org
@@ -345,6 +345,7 @@ the "full support" may not be 100% true…
 + smartparens
 + smerge
 + speedbar
++ stripes
 + suggest
 + swiper
 + sx
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index c8b3d97..381e0af 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -221,6 +221,7 @@
 ;;     smartparens
 ;;     smerge
 ;;     speedbar
+;;     stripes
 ;;     suggest
 ;;     swiper
 ;;     sx
@@ -2444,6 +2445,8 @@ between foreground and background is >= 7:1)."
    `(speedbar-selected-face ((,class (:foreground ,cyan :weight bold))))
    `(speedbar-separator-face ((,class (:inherit modus-theme-intense-neutral))))
    `(speedbar-tag-face ((,class (:foreground ,yellow-alt-other))))
+   ;;;; stripes
+   `(stripes ((,class (:background ,bg-alt))))
    ;;;; success
    `(suggest-heading ((,class (:foreground ,yellow-alt-other :weight bold))))
    ;;;; swiper
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 8097dd4..1cceec7 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -221,6 +221,7 @@
 ;;     smartparens
 ;;     smerge
 ;;     speedbar
+;;     stripes
 ;;     suggest
 ;;     swiper
 ;;     sx
@@ -2444,6 +2445,8 @@ between foreground and background is >= 7:1)."
    `(speedbar-selected-face ((,class (:foreground ,cyan :weight bold))))
    `(speedbar-separator-face ((,class (:inherit modus-theme-intense-neutral))))
    `(speedbar-tag-face ((,class (:foreground ,yellow-alt-other))))
+   ;;;; stripes
+   `(stripes ((,class (:background ,bg-alt))))
    ;;;; success
    `(suggest-heading ((,class (:foreground ,yellow-alt-other :weight bold))))
    ;;;; swiper



reply via email to

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