summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2020-10-02 20:26:22 +0300
committerProtesilaos Stavrou <info@protesilaos.com>2020-10-02 20:26:22 +0300
commit3df79c61c05a489baba380e645d885fdf6533c7f (patch)
tree04cec893e122d25a0a83c34a974fdc58b976258a
parent0528e94edeba560a0d2af07ee63231ae0c9033c5 (diff)
Let Org checkbox stats inherit from todo/done face
This is to ensure consistency between those faces.
-rw-r--r--modus-operandi-theme.el8
-rw-r--r--modus-vivendi-theme.el8
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)))