@@ -296,6 +296,8 @@ in the theme."
296
296
`(org-level-9 ((, colorful (:inherit nil :foreground ,.blue))))
297
297
`(org-link ((, colorful (:foreground ,.blue :underline t ))))
298
298
`(org-meta-line ((, colorful (:inherit (fixed-pitch font-lock-comment-face ) :foreground ,.bluedark))))
299
+ `(org-modern-done ((, colorful :inherit org-modern-label :background ,.backgroundgreenhighlight)))
300
+ `(org-modern-todo ((, colorful :inherit org-modern-label :background ,.backgroundredhighlight)))
299
301
`(org-ref-ref-face ((, colorful :underline t )))
300
302
`(org-ref-label-face ((, colorful :underline t )))
301
303
`(org-ref-cite-face ((, colorful :underline t )))
@@ -307,6 +309,7 @@ in the theme."
307
309
`(org-special-keyword ((, colorful (:foreground ,.orange))))
308
310
`(org-table ((, colorful (:foreground ,.purple))))
309
311
`(org-tag ((, colorful (:foreground ,.comment))))
312
+ `(org-done ((, colorful (:foreground ,.green))))
310
313
`(org-todo ((, colorful (:foreground ,.red))))
311
314
`(org-upcoming-deadline ((, colorful (:foreground ,.orange))))
312
315
`(org-warning ((, colorful (:weight bold :foreground ,.red))))
0 commit comments