]> git.earman.xyz Git - emacsinit.git/commitdiff
Re-enable org-mode themeing
authorrearman <rearman@r717.net>
Tue, 30 Sep 2025 21:19:03 +0000 (17:19 -0400)
committerrearman <rearman@r717.net>
Tue, 30 Sep 2025 21:19:03 +0000 (17:19 -0400)
re/wobow-themes.el

index 822b036c9590e49fe2a2688976bde3844d98f18b..c174d4ddb6fdfaa9d4a2b438ca01b6b80b3af532 100644 (file)
       (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))