From aeb2b5f79673c8b0539cedd0788358c284f6b0a8 Mon Sep 17 00:00:00 2001 From: rearman Date: Tue, 5 May 2026 10:56:01 -0400 Subject: [PATCH] Add settings for org-transclusion blue bar next to transcluded items, blue text in source when accessed with 'o'. --- re/eng-paper-theme.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/re/eng-paper-theme.el b/re/eng-paper-theme.el index d4b7c09..127b943 100644 --- a/re/eng-paper-theme.el +++ b/re/eng-paper-theme.el @@ -146,6 +146,11 @@ ((,class (:inherit default)))) `(org-scheduled-previously ((,class (:inherit default)))) +;;; ORG-TRANSCLUSION + `(org-transclusion-fringe + ((,class (:foreground ,light-green :background ,precaution-blue)))) + `(org-transclusion-source + ((,class (:foreground ,precaution-blue)))) ;;; HOWM `(howm-reminder-deadline-face ((,class (:foreground ,fire-prot-red)))) -- 2.39.5