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

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

[elpa] externals/modus-operandi-theme 4ad6413 105/153: Don't inherit var


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 4ad6413 105/153: Don't inherit variable pitch in Ord todo, priority
Date: Thu, 18 Mar 2021 13:47:50 -0400 (EDT)

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

    Don't inherit variable pitch in Ord todo, priority
    
    This applies when users opt to enable the theme-level option for
    rendering headings in a proportionately spaced typeface.
---
 modus-operandi-theme.el | 6 ++----
 modus-vivendi-theme.el  | 6 ++----
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 759cd68..ff6d1cd 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -3641,8 +3641,7 @@ Also bind `class' to ((class color) (min-colors 89))."
                             :background ,cyan-nuanced-bg :foreground 
,cyan-nuanced)))
    `(org-mode-line-clock ((,class :foreground ,fg-main)))
    `(org-mode-line-clock-overrun ((,class :inherit modus-theme-active-red)))
-   `(org-priority ((,class :box ,bg-region :background ,bg-dim :foreground 
,magenta
-                           :inherit ,modus-theme-variable-pitch)))
+   `(org-priority ((,class :box ,bg-region :background ,bg-dim :foreground 
,magenta)))
    `(org-property-value ((,class ,@(modus-operandi-theme-mixed-fonts)
                                  :foreground ,cyan-alt-other)))
    `(org-quote ((,class ,@(modus-operandi-theme-org-block bg-dim)
@@ -3660,8 +3659,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(org-tag-group ((,class :inherit bold :foreground ,cyan-nuanced)))
    `(org-target ((,class :underline t)))
    `(org-time-grid ((,class :foreground ,fg-unfocused)))
-   `(org-todo ((,class :box ,bg-region :background ,bg-dim :foreground ,red-alt
-                       :inherit ,modus-theme-variable-pitch)))
+   `(org-todo ((,class :box ,bg-region :background ,bg-dim :foreground 
,red-alt)))
    `(org-upcoming-deadline ((,class :foreground ,red-alt-other)))
    `(org-upcoming-distant-deadline ((,class :foreground ,red-nuanced)))
    `(org-verbatim ((,class ,@(modus-operandi-theme-mixed-fonts)
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 1a0fbd5..04536b3 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -3641,8 +3641,7 @@ Also bind `class' to ((class color) (min-colors 89))."
                             :background ,cyan-nuanced-bg :foreground 
,cyan-nuanced)))
    `(org-mode-line-clock ((,class :foreground ,fg-main)))
    `(org-mode-line-clock-overrun ((,class :inherit modus-theme-active-red)))
-   `(org-priority ((,class :box ,bg-region :background ,bg-dim :foreground 
,magenta
-                           :inherit ,modus-theme-variable-pitch)))
+   `(org-priority ((,class :box ,bg-region :background ,bg-dim :foreground 
,magenta)))
    `(org-property-value ((,class ,@(modus-vivendi-theme-mixed-fonts)
                                  :foreground ,cyan-alt-other)))
    `(org-quote ((,class ,@(modus-vivendi-theme-org-block bg-dim)
@@ -3660,8 +3659,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(org-tag-group ((,class :inherit bold :foreground ,cyan-nuanced)))
    `(org-target ((,class :underline t)))
    `(org-time-grid ((,class :foreground ,fg-unfocused)))
-   `(org-todo ((,class :box ,bg-region :background ,bg-dim :foreground ,red-alt
-                       :inherit ,modus-theme-variable-pitch)))
+   `(org-todo ((,class :box ,bg-region :background ,bg-dim :foreground 
,red-alt)))
    `(org-upcoming-deadline ((,class :foreground ,red-alt-other)))
    `(org-upcoming-distant-deadline ((,class :foreground ,red-nuanced)))
    `(org-verbatim ((,class ,@(modus-vivendi-theme-mixed-fonts)



reply via email to

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