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

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

[elpa] externals/ef-themes 2102a10b8a 1/6: Remove bold weight from Org a


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 2102a10b8a 1/6: Remove bold weight from Org agenda deadline/scheduled
Date: Tue, 31 Jan 2023 08:34:11 -0500 (EST)

branch: externals/ef-themes
commit 2102a10b8a4b03b1fc8ee1dceb1525dbc691b759
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Remove bold weight from Org agenda deadline/scheduled
---
 ef-themes.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ef-themes.el b/ef-themes.el
index c363c62898..2ca0b2d87b 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1721,7 +1721,7 @@ Helper function for `ef-themes-preview-colors'."
     `(org-headline-todo ((,c :inherit org-todo)))
     `(org-hide ((,c :foreground ,bg-main)))
     `(org-indent ((,c :inherit (fixed-pitch org-hide))))
-    `(org-imminent-deadline ((,c :inherit bold :foreground ,err)))
+    `(org-imminent-deadline ((,c :foreground ,err)))
     `(org-latex-and-related ((,c :foreground ,type)))
     `(org-level-1 ((,c :inherit ef-themes-heading-1)))
     `(org-level-2 ((,c :inherit ef-themes-heading-2)))
@@ -1742,7 +1742,7 @@ Helper function for `ef-themes-preview-colors'."
     `(org-quote ((,c :inherit org-block)))
     `(org-scheduled ((,c :foreground ,warning)))
     `(org-scheduled-previously ((,c :inherit org-scheduled)))
-    `(org-scheduled-today ((,c :inherit (bold org-scheduled))))
+    `(org-scheduled-today ((,c :inherit org-scheduled)))
     `(org-sexp-date ((,c :foreground ,date)))
     `(org-special-keyword ((,c :inherit (shadow ef-themes-fixed-pitch))))
     `(org-table ((,c :inherit ef-themes-fixed-pitch :foreground ,fg-alt)))



reply via email to

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