Skip to content

Commit

Permalink
Add org-habit colors, fixes nordtheme#61
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanReeve authored Jan 27, 2018
1 parent b5c1dc7 commit 86895fa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions nord-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,15 @@
`(org-footnote ((,class (:foreground ,nord8))))
`(org-formula ((,class (:foreground ,nord9))))
`(org-hide ((,class (:foreground ,nord0 :background ,nord0))))
`(org-habit-alert-face ((,class (:background ,nord13))))
`(org-habit-alert-future-face ((,class (:background ,nord13))))
`(org-habit-clear-face ((,class (:background ,nord9))))
`(org-habit-clear-future-face ((,class (:background ,nord9))))
`(org-habit-overdue-face ((,class (:background ,nord11))))
`(org-habit-overdue-future-face ((,class (:background ,nord11))))
`(org-habit-ready-face ((,class (:background ,nord14))))
`(org-habit-ready-future-face ((,class (:background ,nord14))))
`(org-hide ((,class (:foreground ,nord0 :background ,nord0))))
`(org-link ((,class (:underline t))))
`(org-scheduled ((,class (:foreground ,nord14))))
`(org-scheduled-previously ((,class (:foreground ,nord13))))
Expand Down

0 comments on commit 86895fa

Please sign in to comment.