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

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

[elpa] externals/modus-operandi-theme 3df79c6 145/153: Let Org checkbox


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 3df79c6 145/153: Let Org checkbox stats inherit from todo/done face
Date: Thu, 18 Mar 2021 13:47:59 -0400 (EDT)

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

    Let Org checkbox stats inherit from todo/done face
    
    This is to ensure consistency between those faces.
---
 modus-operandi-theme.el | 8 ++------
 modus-vivendi-theme.el  | 8 ++------
 2 files changed, 4 insertions(+), 12 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index bf1081e..1a6de2e 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -3591,12 +3591,8 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(org-block-end-line ((,class :inherit org-block-begin-line)))
    `(org-checkbox ((,class :box (:line-width 1 :color ,bg-active)
                            :background ,bg-inactive :foreground ,fg-active)))
-   `(org-checkbox-statistics-done ((,class :box ,bg-region :background ,bg-dim
-                                           :foreground ,green
-                                           :inherit 
,modus-theme-variable-pitch)))
-   `(org-checkbox-statistics-todo ((,class :box ,bg-region :background ,bg-dim
-                                           :foreground ,red-alt
-                                           :inherit 
,modus-theme-variable-pitch)))
+   `(org-checkbox-statistics-done ((,class :inherit org-done)))
+   `(org-checkbox-statistics-todo ((,class :inherit org-todo)))
    `(org-clock-overlay ((,class :inherit modus-theme-special-cold)))
    `(org-code ((,class ,@(modus-operandi-theme-mixed-fonts) :foreground 
,magenta)))
    `(org-column ((,class :background ,bg-alt)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 61fd6f5..f47406b 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -3591,12 +3591,8 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(org-block-end-line ((,class :inherit org-block-begin-line)))
    `(org-checkbox ((,class :box (:line-width 1 :color ,bg-active)
                            :background ,bg-inactive :foreground ,fg-active)))
-   `(org-checkbox-statistics-done ((,class :box ,bg-region :background ,bg-dim
-                                           :foreground ,green
-                                           :inherit 
,modus-theme-variable-pitch)))
-   `(org-checkbox-statistics-todo ((,class :box ,bg-region :background ,bg-dim
-                                           :foreground ,red-alt
-                                           :inherit 
,modus-theme-variable-pitch)))
+   `(org-checkbox-statistics-done ((,class :inherit org-done)))
+   `(org-checkbox-statistics-todo ((,class :inherit org-todo)))
    `(org-clock-overlay ((,class :inherit modus-theme-special-cold)))
    `(org-code ((,class ,@(modus-vivendi-theme-mixed-fonts) :foreground 
,magenta)))
    `(org-column ((,class :background ,bg-alt)))



reply via email to

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