branch: externals/modus-operandi-theme
commit 2d1c21c4eb0395963f8cbd79b9f30376b71ecd2e
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Use new fringe colours in BM fringe indicators
---
modus-operandi-theme.el | 4 ++--
modus-vivendi-theme.el | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 9e75d5c..c81f5f3 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -718,8 +718,8 @@ between foreground and background is >= 7:1)."
;;;; bm
`(bm-face ((,class (:inherit modus-theme-subtle-yellow
,@(and (>= emacs-major-version 27) '(:extend
t))))))
- `(bm-fringe-face ((,class (:inherit modus-theme-subtle-yellow))))
- `(bm-fringe-persistent-face ((,class (:inherit modus-theme-intense-blue))))
+ `(bm-fringe-face ((,class (:inherit modus-theme-fringe-yellow))))
+ `(bm-fringe-persistent-face ((,class (:inherit modus-theme-fringe-blue))))
`(bm-persistent-face ((,class (:inherit modus-theme-intense-blue
,@(and (>= emacs-major-version 27)
'(:extend t))))))
;;;; buttons, links, widgets
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 7c3511c..8f4987d 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -718,8 +718,8 @@ between foreground and background is >= 7:1)."
;;;; bm
`(bm-face ((,class (:inherit modus-theme-subtle-yellow
,@(and (>= emacs-major-version 27) '(:extend
t))))))
- `(bm-fringe-face ((,class (:inherit modus-theme-subtle-yellow))))
- `(bm-fringe-persistent-face ((,class (:inherit modus-theme-intense-blue))))
+ `(bm-fringe-face ((,class (:inherit modus-theme-fringe-yellow))))
+ `(bm-fringe-persistent-face ((,class (:inherit modus-theme-fringe-blue))))
`(bm-persistent-face ((,class (:inherit modus-theme-intense-blue
,@(and (>= emacs-major-version 27)
'(:extend t))))))
;;;; buttons, links, widgets