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

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

[elpa] externals/modus-operandi-theme f527ae7 041/153: Let Org tags resp


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme f527ae7 041/153: Let Org tags respect their heading's font weight
Date: Thu, 18 Mar 2021 13:47:35 -0400 (EDT)

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

    Let Org tags respect their heading's font weight
---
 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 b96d989..cba932a 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -3499,7 +3499,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(org-special-keyword ((,class :inherit ,modus-theme-variable-pitch
                                   :foreground ,cyan-alt-other)))
    `(org-table ((,class :inherit fixed-pitch :foreground ,fg-special-cold)))
-   `(org-tag ((,class ,@(modus-operandi-theme-bold-weight) :foreground 
,magenta-nuanced)))
+   `(org-tag ((,class :foreground ,magenta-nuanced)))
    `(org-tag-group ((,class :inherit bold :foreground ,cyan-nuanced)))
    `(org-target ((,class :underline t)))
    `(org-time-grid ((,class :foreground ,fg-unfocused)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 8cf834c..b67fcd7 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -3499,7 +3499,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(org-special-keyword ((,class :inherit ,modus-theme-variable-pitch
                                   :foreground ,cyan-alt-other)))
    `(org-table ((,class :inherit fixed-pitch :foreground ,fg-special-cold)))
-   `(org-tag ((,class ,@(modus-vivendi-theme-bold-weight) :foreground 
,magenta-nuanced)))
+   `(org-tag ((,class :foreground ,magenta-nuanced)))
    `(org-tag-group ((,class :inherit bold :foreground ,cyan-nuanced)))
    `(org-target ((,class :underline t)))
    `(org-time-grid ((,class :foreground ,fg-unfocused)))



reply via email to

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