Skip to content

Commit 1958963

Browse files
JonathanReevesvengreb
authored andcommitted
Add org-habit colors, fixes nordtheme#61
1 parent 7b038dd commit 1958963

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

nord-theme.el

+9
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,15 @@
673673
`(org-footnote ((,class (:foreground ,nord8))))
674674
`(org-formula ((,class (:foreground ,nord9))))
675675
`(org-hide ((,class (:foreground ,nord0 :background ,nord0))))
676+
`(org-habit-alert-face ((,class (:background ,nord13))))
677+
`(org-habit-alert-future-face ((,class (:background ,nord13))))
678+
`(org-habit-clear-face ((,class (:background ,nord9))))
679+
`(org-habit-clear-future-face ((,class (:background ,nord9))))
680+
`(org-habit-overdue-face ((,class (:background ,nord11))))
681+
`(org-habit-overdue-future-face ((,class (:background ,nord11))))
682+
`(org-habit-ready-face ((,class (:background ,nord14))))
683+
`(org-habit-ready-future-face ((,class (:background ,nord14))))
684+
`(org-hide ((,class (:foreground ,nord0 :background ,nord0))))
676685
`(org-link ((,class (:underline t))))
677686
`(org-scheduled ((,class (:foreground ,nord14))))
678687
`(org-scheduled-previously ((,class (:foreground ,nord13))))

0 commit comments

Comments
 (0)