From 5b8965e7ca5b44a0d1df44a78229e0e4c20c9193 Mon Sep 17 00:00:00 2001 From: rearman Date: Tue, 30 Sep 2025 17:19:03 -0400 Subject: [PATCH] Re-enable org-mode themeing --- re/wobow-themes.el | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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)) -- 2.39.5