branch: externals/modus-operandi-theme
commit d190a2ba406ba62280c6e7419bdb1987c716d4e8
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
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