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

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

[elpa] externals/modus-operandi-theme c543a76 22/99: Consistent org-chec


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme c543a76 22/99: Consistent org-checkbox-statistics-todo, org-todo
Date: Fri, 31 Jul 2020 09:25:19 -0400 (EDT)

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

    Consistent org-checkbox-statistics-todo, org-todo
    
    The 'org-todo' face uses a different variant of red when the user opts
    for the "rainbow headings" option.  This commit makes sure the same
    applies to the equivalent stats' checkbox.
---
 modus-operandi-theme.el | 2 +-
 modus-vivendi-theme.el  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 87119b3..ae3710e 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2777,7 +2777,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(org-checkbox-statistics-done ((,class :foreground ,green
                                            
,@(modus-operandi-theme-heading-block
                                               green-nuanced-bg 
green-nuanced))))
-   `(org-checkbox-statistics-todo ((,class :foreground ,red-alt
+   `(org-checkbox-statistics-todo ((,class 
,@(modus-operandi-theme-heading-foreground red-alt red)
                                            
,@(modus-operandi-theme-heading-block
                                               red-nuanced-bg red-nuanced))))
    `(org-clock-overlay ((,class :inherit modus-theme-special-cold)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 92840bf..203013f 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2777,7 +2777,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(org-checkbox-statistics-done ((,class :foreground ,green
                                            ,@(modus-vivendi-theme-heading-block
                                               green-nuanced-bg 
green-nuanced))))
-   `(org-checkbox-statistics-todo ((,class :foreground ,red-alt
+   `(org-checkbox-statistics-todo ((,class 
,@(modus-vivendi-theme-heading-foreground red-alt red)
                                            ,@(modus-vivendi-theme-heading-block
                                               red-nuanced-bg red-nuanced))))
    `(org-clock-overlay ((,class :inherit modus-theme-special-cold)))



reply via email to

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