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

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

[elpa] externals/ef-themes 0363d4ae3c: Make org-modern-statistics inheri


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 0363d4ae3c: Make org-modern-statistics inherit org-modern-label
Date: Sun, 21 Aug 2022 22:57:35 -0400 (EDT)

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

    Make org-modern-statistics inherit org-modern-label
    
    This is to ensure that the user option 'org-modern-label-border' works
    as intended.
---
 ef-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ef-themes.el b/ef-themes.el
index 428e395dae..ee12959810 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1179,7 +1179,7 @@ Helper function for `ef-themes-preview-colors'."
     `(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-priority ((,c :inherit (org-modern-label org-priority) 
:background ,bg-dim)))
-    `(org-modern-statistics ((,c :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-inactive ((,c :inherit (org-modern-label 
org-modern-date-inactive))))



reply via email to

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