From 626533ec7356d8ea63d0dae9bd05c0ba0ffeb60e Mon Sep 17 00:00:00 2001 From: Reily Siegel Date: Tue, 14 Jan 2020 02:09:07 -0500 Subject: [PATCH] Add support for org-habit faces --- nord-theme.el | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/nord-theme.el b/nord-theme.el index d5c5b04..34ba917 100644 --- a/nord-theme.el +++ b/nord-theme.el @@ -698,6 +698,15 @@ `(org-agenda-date-today ((,class (:foreground ,nord8 :weight bold)))) `(org-agenda-done ((,class (:foreground ,nord14)))) `(org-verbatim ((,class (:foreground ,nord7)))) + `(org-habit-clear-face ((,class (:background ,nord10)))) + `(org-habit-clear-future-face ((,class (:background ,nord10)))) + `(org-habit-ready-face ((,class (:background ,nord14)))) + `(org-habit-ready-future-face ((,class (:background ,nord14)))) + `(org-habit-alert-face ((,class (:background ,nord13)))) + `(org-habit-alert-future-face ((,class (:background ,nord13)))) + `(org-habit-overdue-face ((,class (:background ,nord11)))) + `(org-habit-overdue-future-face ((,class (:background ,nord11)))) + ;; > ivy-mode `(ivy-current-match ((,class (:inherit region))))