From: rearman Date: Wed, 6 May 2026 20:12:52 +0000 (-0400) Subject: More tweaxs for org-mode X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=616e1225911d0de4aeeadfaa5cd58d442c3ee4de;p=emacsinit.git More tweaxs for org-mode --- diff --git a/themes/eng-paper-theme.el b/themes/eng-paper-theme.el index 8ba8238..867d74a 100644 --- a/themes/eng-paper-theme.el +++ b/themes/eng-paper-theme.el @@ -58,7 +58,7 @@ `(match ((,class (:background ,hi-vis-yellow)))) `(highlight - ((,class (:background ,hi-vis-yellow)))) + ((,class (:foreground unspecified :box t)))) `(show-paren-match ((,class (:foreground unspecified :background unspecified :underline t)))) `(link @@ -85,7 +85,7 @@ ((,class (:inherit mode-line)))) ;;; Org `(org-document-title - ((,class (:foreground ,text :weight bold)))) + ((,class (:foreground ,precaution-blue :weight bold)))) `(org-level-1 ((,class (:inherit default)))) `(org-level-2 @@ -107,14 +107,15 @@ `(org-headline-todo ((,class (:foreground ,fire-prot-red)))) `(org-done - ((,class (:foreground ,safety-green :italic t)))) + ((,class (:foreground ,safety-green)))) `(org-headline-done ((,class (:foreground ,safety-green)))) - `(org-ellipsis ((,class (:inherit default)))) `(org-table ((,class (:inherit default)))) + `(org-tag + ((,class (:foreground ,safety-green)))) `(org-formula ((,class (:inherit default)))) `(org-drawer @@ -123,6 +124,8 @@ ((,class (:inherit default)))) `(org-date ((,class (:inherit default)))) + `(org-special-keyword + ((,class (:foreground ,precaution-blue)))) ;;; Org Agenda `(header-line ((,class (:inherit default))))