branch: externals/ef-themes commit 0363d4ae3c5c75c722b3de363af5129f36de88f0 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@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))))