Skip to content

Commit 86895fa

Browse files
Add org-habit colors, fixes nordtheme#61
1 parent b5c1dc7 commit 86895fa

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
@@ -642,6 +642,15 @@
642642
`(org-footnote ((,class (:foreground ,nord8))))
643643
`(org-formula ((,class (:foreground ,nord9))))
644644
`(org-hide ((,class (:foreground ,nord0 :background ,nord0))))
645+
`(org-habit-alert-face ((,class (:background ,nord13))))
646+
`(org-habit-alert-future-face ((,class (:background ,nord13))))
647+
`(org-habit-clear-face ((,class (:background ,nord9))))
648+
`(org-habit-clear-future-face ((,class (:background ,nord9))))
649+
`(org-habit-overdue-face ((,class (:background ,nord11))))
650+
`(org-habit-overdue-future-face ((,class (:background ,nord11))))
651+
`(org-habit-ready-face ((,class (:background ,nord14))))
652+
`(org-habit-ready-future-face ((,class (:background ,nord14))))
653+
`(org-hide ((,class (:foreground ,nord0 :background ,nord0))))
645654
`(org-link ((,class (:underline t))))
646655
`(org-scheduled ((,class (:foreground ,nord14))))
647656
`(org-scheduled-previously ((,class (:foreground ,nord13))))

0 commit comments

Comments
 (0)