From 86895fa73d8afc40f6c49c06989493b9c915ac85 Mon Sep 17 00:00:00 2001 From: Jonathan Reeve Date: Sat, 27 Jan 2018 13:33:08 -0500 Subject: [PATCH 1/2] Add org-habit colors, fixes #61 --- nord-theme.el | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/nord-theme.el b/nord-theme.el index 6cf445b..37b21ed 100644 --- a/nord-theme.el +++ b/nord-theme.el @@ -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)))) From fcc4f19de561e8ba05c200b4a4e739d8a0e91914 Mon Sep 17 00:00:00 2001 From: Jonathan Reeve Date: Sat, 27 Jan 2018 13:34:13 -0500 Subject: [PATCH 2/2] Remove mistakenly added extra line --- nord-theme.el | 1 - 1 file changed, 1 deletion(-) diff --git a/nord-theme.el b/nord-theme.el index 37b21ed..6eff370 100644 --- a/nord-theme.el +++ b/nord-theme.el @@ -650,7 +650,6 @@ `(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))))