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

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

[elpa] externals/ef-themes 725cf1cbf3: Make org-modern work with ef-them


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 725cf1cbf3: Make org-modern work with ef-themes-mixed-fonts
Date: Mon, 29 Aug 2022 04:57:36 -0400 (EDT)

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

    Make org-modern work with ef-themes-mixed-fonts
---
 ef-themes.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/ef-themes.el b/ef-themes.el
index 4125b27544..7978cf0bb7 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1244,14 +1244,14 @@ Helper function for `ef-themes-preview-colors'."
     `(org-habit-ready-face ((,c :background ,green-graph-0-bg :foreground 
"black"))) ; special case
     `(org-habit-ready-future-face ((,c :background ,green-graph-1-bg)))
 ;;;; org-modern
-    `(org-modern-date-active ((,c :inherit org-modern-label :background 
,bg-alt)))
-    `(org-modern-date-inactive ((,c :inherit org-modern-label :background 
,bg-dim :foreground ,fg-dim)))
+    `(org-modern-date-active ((,c :inherit (ef-themes-fixed-pitch 
org-modern-label) :background ,bg-alt)))
+    `(org-modern-date-inactive ((,c :inherit (ef-themes-fixed-pitch 
org-modern-label) :background ,bg-dim :foreground ,fg-dim)))
     `(org-modern-done ((,c :inherit org-modern-label :background ,bg-info 
:foreground ,info)))
-    `(org-modern-label ((,c :height 0.9 :width condensed :weight regular 
:underline nil)))
+    `(org-modern-label (( )))
     `(org-modern-priority ((,c :inherit (org-modern-label org-priority) 
:background ,bg-dim)))
     `(org-modern-statistics ((,c :inherit org-modern-label :background 
,bg-dim)))
     `(org-modern-tag ((,c :inherit (org-modern-label org-tag) :background 
,bg-dim)))
-    `(org-modern-time-active ((,c :inherit org-modern-label :background 
,bg-active :foreground ,fg-intense)))
+    `(org-modern-time-active ((,c :inherit (ef-themes-fixed-pitch 
org-modern-label) :background ,bg-active :foreground ,fg-intense)))
     `(org-modern-time-inactive ((,c :inherit (org-modern-label 
org-modern-date-inactive))))
     `(org-modern-todo ((,c :inherit org-modern-label :background ,bg-err 
:foreground ,err)))
 ;;;; outline-mode



reply via email to

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