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

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

[elpa] externals/modus-operandi-theme 2d1c21c 077/112: Use new fringe co


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 2d1c21c 077/112: Use new fringe colours in BM fringe indicators
Date: Mon, 30 Mar 2020 15:59:42 -0400 (EDT)

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

    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



reply via email to

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