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

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

[elpa] externals/modus-operandi-theme 7c90e7a 129/153: Make org-done con


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 7c90e7a 129/153: Make org-done consistent with todo and priorities
Date: Thu, 18 Mar 2021 13:47:55 -0400 (EDT)

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

    Make org-done consistent with todo and priorities
    
    Extends commit 4ad6413b3.  Now all those will always use the default
    font.
---
 modus-operandi-theme.el | 3 +--
 modus-vivendi-theme.el  | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 9282579..9883d9a 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -3617,8 +3617,7 @@ Also bind `class' to ((class color) (min-colors 89))."
                                         :foreground ,fg-alt)))
    `(org-document-title ((,class :inherit (bold ,modus-theme-variable-pitch) 
:foreground ,fg-special-cold
                                  ,@(modus-operandi-theme-scale 
modus-operandi-theme-scale-5))))
-   `(org-done ((,class :box ,bg-region :background ,bg-dim :foreground ,green
-                       :inherit ,modus-theme-variable-pitch)))
+   `(org-done ((,class :box ,bg-region :background ,bg-dim :foreground 
,green)))
    `(org-drawer ((,class ,@(modus-operandi-theme-mixed-fonts)
                          :foreground ,cyan)))
    `(org-ellipsis ((,class :foreground nil))) ; inherits from the heading's 
colour
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 02ce6ee..d241423 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -3617,8 +3617,7 @@ Also bind `class' to ((class color) (min-colors 89))."
                                         :foreground ,fg-alt)))
    `(org-document-title ((,class :inherit (bold ,modus-theme-variable-pitch) 
:foreground ,fg-special-cold
                                  ,@(modus-vivendi-theme-scale 
modus-vivendi-theme-scale-5))))
-   `(org-done ((,class :box ,bg-region :background ,bg-dim :foreground ,green
-                       :inherit ,modus-theme-variable-pitch)))
+   `(org-done ((,class :box ,bg-region :background ,bg-dim :foreground 
,green)))
    `(org-drawer ((,class ,@(modus-vivendi-theme-mixed-fonts)
                          :foreground ,cyan)))
    `(org-ellipsis ((,class :foreground nil))) ; inherits from the heading's 
colour



reply via email to

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