aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2022-08-29 11:49:22 +0300
committerProtesilaos Stavrou <info@protesilaos.com>2022-08-29 11:49:22 +0300
commit725cf1cbf38228b5ca074bd76e79be1f4c2830b4 (patch)
treedf6cc8a5334eb8d3feae52c3c228bd73b47a2cd7
parent16211c1201e9fa6599b5ad8f1ec7f97198050890 (diff)
Make org-modern work with ef-themes-mixed-fonts
-rw-r--r--ef-themes.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/ef-themes.el b/ef-themes.el
index 4125b27..7978cf0 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