Skip to content

Commit 5f0e9de

Browse files
committed
faces for org-modern-todo/done
1 parent e9d91d9 commit 5f0e9de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

starlit-theme.el

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,8 @@ in the theme."
296296
`(org-level-9 ((,colorful (:inherit nil :foreground ,.blue))))
297297
`(org-link ((,colorful (:foreground ,.blue :underline t))))
298298
`(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)))
299301
`(org-ref-ref-face ((,colorful :underline t)))
300302
`(org-ref-label-face ((,colorful :underline t)))
301303
`(org-ref-cite-face ((,colorful :underline t)))
@@ -307,6 +309,7 @@ in the theme."
307309
`(org-special-keyword ((,colorful (:foreground ,.orange))))
308310
`(org-table ((,colorful (:foreground ,.purple))))
309311
`(org-tag ((,colorful (:foreground ,.comment))))
312+
`(org-done ((,colorful (:foreground ,.green))))
310313
`(org-todo ((,colorful (:foreground ,.red))))
311314
`(org-upcoming-deadline ((,colorful (:foreground ,.orange))))
312315
`(org-warning ((,colorful (:weight bold :foreground ,.red))))

0 commit comments

Comments
 (0)