Skip to content

Commit

Permalink
Add org-headline-{done,todo}
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Sep 7, 2021
1 parent c1a1091 commit e285753
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions color-theme-sanityinc-tomorrow.el
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,8 @@ names to which it refers are bound."
(org-habit-overdue-future-face (:foreground ,background :background ,red))
(org-habit-ready-face (:foreground ,background :background ,aqua))
(org-habit-ready-future-face (:foreground ,background :background ,green))
(org-headline-done (:foreground nil :strike-through t))
(org-headline-todo (:foreground ,orange))
(org-link (:foreground ,blue :underline t))
(org-mode-line-clock-overrun (:inherit mode-line :background ,red))
(org-scheduled (:foreground ,green))
Expand Down

0 comments on commit e285753

Please sign in to comment.