From: rearman Date: Tue, 30 Sep 2025 21:19:03 +0000 (-0400) Subject: Re-enable org-mode themeing X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=5b8965e7ca5b44a0d1df44a78229e0e4c20c9193;p=emacsinit.git Re-enable org-mode themeing --- diff --git a/re/wobow-themes.el b/re/wobow-themes.el index 822b036..c174d4d 100644 --- a/re/wobow-themes.el +++ b/re/wobow-themes.el @@ -127,17 +127,17 @@ (ido-vertical-match-face (:bold t :italic nil)) ;; org mode - ;; (org-drawer (:foreground ,weak)) - ;; (org-special-keyword (:bold t :foreground ,weak)) - ;; (org-property-value (:italic t :foreground ,weak)) - ;; (org-table (:foreground ,weak)) - - ;; (org-todo (:bold t :foreground ,foreground)) - ;; (org-done (:bold nil :foreground ,success)) - ;; (org-agenda-done (:bold t :foreground ,success)) - ;; (org-date (:foreground ,foreground)) - ;; (org-agenda-structure (:foreground ,foreground)) - ;; (org-headline-done (:bold nil :foreground ,foreground)) + (org-drawer (:foreground ,weak)) + (org-special-keyword (:bold t :foreground ,weak)) + (org-property-value (:italic t :foreground ,weak)) + (org-table (:foreground ,weak)) + + (org-todo (:bold t :foreground ,foreground)) + (org-done (:bold nil :foreground ,success)) + (org-agenda-done (:bold t :foreground ,success)) + (org-date (:foreground ,foreground)) + (org-agenda-structure (:foreground ,foreground)) + (org-headline-done (:bold nil :foreground ,foreground)) ;; various completion matches (vertico-current (:bold t :foreground ,foreground :background ,highlight))