branch: externals/modus-vivendi-theme commit b77ac9b184938d495983b3222d81e668acd69a19 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Review org-todo and org-checkbox-statistics-todo The idea is to improve their semantics and improve the consistency between them. I benefited from the feedback I received in issue 50: https://gitlab.com/protesilaos/modus-themes/-/issues/50 --- modus-operandi-theme.el | 8 ++++---- modus-vivendi-theme.el | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el index aada7d3..7c9c36b 100644 --- a/modus-operandi-theme.el +++ b/modus-operandi-theme.el @@ -2635,9 +2635,9 @@ 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 ,yellow + `(org-checkbox-statistics-todo ((,class (:foreground ,red-alt ,@(modus-operandi-theme-heading-block - yellow-nuanced-bg yellow-nuanced))))) + red-nuanced-bg red-nuanced))))) `(org-clock-overlay ((,class (:inherit modus-theme-special-cold)))) `(org-code ((,class (:inherit fixed-pitch :foreground ,magenta)))) `(org-column ((,class (:background ,bg-alt)))) @@ -2716,8 +2716,8 @@ Also bind `class' to ((class color) (min-colors 89))." `(org-tag-group ((,class (:foreground ,cyan-nuanced :weight bold)))) `(org-target ((,class (:underline t)))) `(org-time-grid ((,class (:foreground ,fg-unfocused)))) - `(org-todo ((,class (,@(modus-operandi-theme-org-todo-block magenta-nuanced-bg magenta-nuanced magenta-alt-other) - ,@(modus-operandi-theme-heading-foreground magenta-alt-other red-alt-other))))) + `(org-todo ((,class (,@(modus-operandi-theme-org-todo-block red-nuanced-bg red-nuanced red-alt) + ,@(modus-operandi-theme-heading-foreground red-alt red-alt-other))))) `(org-upcoming-deadline ((,class (:foreground ,red-alt-other)))) `(org-upcoming-distant-deadline ((,class (:foreground ,red-nuanced)))) `(org-verbatim ((,class (:inherit fixed-pitch :background ,bg-alt :foreground ,fg-special-calm)))) diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el index 821a96e..960700e 100644 --- a/modus-vivendi-theme.el +++ b/modus-vivendi-theme.el @@ -2635,9 +2635,9 @@ 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 ,yellow + `(org-checkbox-statistics-todo ((,class (:foreground ,red-alt ,@(modus-vivendi-theme-heading-block - yellow-nuanced-bg yellow-nuanced))))) + red-nuanced-bg red-nuanced))))) `(org-clock-overlay ((,class (:inherit modus-theme-special-cold)))) `(org-code ((,class (:inherit fixed-pitch :foreground ,magenta)))) `(org-column ((,class (:background ,bg-alt)))) @@ -2716,8 +2716,8 @@ Also bind `class' to ((class color) (min-colors 89))." `(org-tag-group ((,class (:foreground ,cyan-nuanced :weight bold)))) `(org-target ((,class (:underline t)))) `(org-time-grid ((,class (:foreground ,fg-unfocused)))) - `(org-todo ((,class (,@(modus-vivendi-theme-org-todo-block magenta-nuanced-bg magenta-nuanced magenta-alt-other) - ,@(modus-vivendi-theme-heading-foreground magenta-alt-other red-alt-other))))) + `(org-todo ((,class (,@(modus-vivendi-theme-org-todo-block red-nuanced-bg red-nuanced red-alt) + ,@(modus-vivendi-theme-heading-foreground red-alt red-alt-other))))) `(org-upcoming-deadline ((,class (:foreground ,red-alt-other)))) `(org-upcoming-distant-deadline ((,class (:foreground ,red-nuanced)))) `(org-verbatim ((,class (:inherit fixed-pitch :background ,bg-alt :foreground ,fg-special-calm))))