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

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

[elpa] externals/modus-operandi-theme 34f5370 001/153: Add support for O


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 34f5370 001/153: Add support for OBJED
Date: Thu, 18 Mar 2021 13:47:26 -0400 (EDT)

branch: externals/modus-operandi-theme
commit 34f53701ee7ab6a0de98ad738e7fc742e869564d
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add support for OBJED
    
    This is in response to issue 79 and may, therefore, be refined further:
    https://gitlab.com/protesilaos/modus-themes/-/issues/79
---
 README.org              | 1 +
 modus-operandi-theme.el | 6 ++++++
 modus-vivendi-theme.el  | 6 ++++++
 3 files changed, 13 insertions(+)

diff --git a/README.org b/README.org
index fd477bb..9811293 100644
--- a/README.org
+++ b/README.org
@@ -1162,6 +1162,7 @@ the "full support" may not be 100% true…
 + notmuch
 + num3-mode
 + nxml-mode
++ objed
 + orderless
 + org*
 + org-journal
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 4ddc2d2..9d054e1 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -237,6 +237,7 @@
 ;;     notmuch
 ;;     num3-mode
 ;;     nxml-mode
+;;     objed
 ;;     orderless
 ;;     org
 ;;     org-journal
@@ -3129,6 +3130,11 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(nxml-ref ((,class ,@(modus-operandi-theme-syntax-foreground
                           green-alt-other green-alt-other-faint)
                        ,@(modus-operandi-theme-bold-weight))))
+;;;;; objed
+   `(objed-extend ((,class :background ,bg-active)))
+   `(objed-hl ((,class :background ,bg-alt)))
+   `(objed-mark ((,class :background ,bg-active)))
+   `(objed-mode-line ((,class :foreground ,cyan-active)))
 ;;;;; orderless
    `(orderless-match-face-0 ((,class :inherit bold
                                      
,@(modus-operandi-theme-standard-completions
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index eb70d87..8fe4c93 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -237,6 +237,7 @@
 ;;     notmuch
 ;;     num3-mode
 ;;     nxml-mode
+;;     objed
 ;;     orderless
 ;;     org
 ;;     org-journal
@@ -3129,6 +3130,11 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(nxml-ref ((,class ,@(modus-vivendi-theme-syntax-foreground
                           green-alt-other green-alt-other-faint)
                        ,@(modus-vivendi-theme-bold-weight))))
+;;;;; objed
+   `(objed-extend ((,class :background ,bg-active)))
+   `(objed-hl ((,class :background ,bg-alt)))
+   `(objed-mark ((,class :background ,bg-active)))
+   `(objed-mode-line ((,class :foreground ,cyan-active)))
 ;;;;; orderless
    `(orderless-match-face-0 ((,class :inherit bold
                                      
,@(modus-vivendi-theme-standard-completions



reply via email to

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