[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/ef-themes 182e38285e: Do not interfere with the 'org-mo
From: |
ELPA Syncer |
Subject: |
[elpa] externals/ef-themes 182e38285e: Do not interfere with the 'org-modern' faces (it causes breakage) |
Date: |
Wed, 6 Nov 2024 00:57:47 -0500 (EST) |
branch: externals/ef-themes
commit 182e38285e87b228b974f354a5e508f019115d25
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Do not interfere with the 'org-modern' faces (it causes breakage)
We do the same with the modus-themes.
Thanks to Daniel Mendler, the author of org-modern, for bringing this
matter to my attention. This was done in issue 48:
<https://github.com/protesilaos/ef-themes/issues/48>.
---
ef-themes.el | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/ef-themes.el b/ef-themes.el
index 6e66c69841..b2d4024ac5 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -2138,16 +2138,6 @@ text should not be underlined as well) yet still blend
in."
`(org-habit-overdue-future-face ((,c :background ,bg-graph-red-1)))
`(org-habit-ready-face ((,c :background ,bg-graph-green-0 :foreground
"black"))) ; special case
`(org-habit-ready-future-face ((,c :background ,bg-graph-green-1)))
-;;;; org-modern
- `(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-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 (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
`(outline-1 ((,c :inherit ef-themes-heading-1)))
`(outline-2 ((,c :inherit ef-themes-heading-2)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/ef-themes 182e38285e: Do not interfere with the 'org-modern' faces (it causes breakage),
ELPA Syncer <=