commit b11bd42e62c15b9a08c2f470bc74818cb1ffb582
parent a190faded981e7e0c603b6e8c358097bfdbae63a
Author: Moritz Ulrich <ulrich.moritz@googlemail.com>
Date: Sun, 1 Apr 2012 18:31:25 +0200
Nicer faces for org-habit
Diffstat:
1 file changed, 13 insertions(+), 0 deletions(-)
diff --git a/solarized-theme.el b/solarized-theme.el
@@ -358,6 +358,19 @@
`(org-todo ((,class (:bold t :foreground ,red :weight bold))))
`(org-upcoming-deadline ((,class (:inherit font-lock-keyword-face))))
`(org-warning ((,class (:bold t :foreground ,red :weight bold))))
+ ;; org-habit
+ `(org-habit-clear-face ((,class ,(if (eq variant 'light)
+ `(:foreground ,base02 :background "#bbbbff")
+ `(:foreground ,base01 :background "blue")))))
+ `(org-habit-clear-future-face ((,class (:foreground ,(if (eq variant 'light) base02 base00)))))
+ `(org-habit-ready-face ((,class ,(if (eq variant 'light)
+ `(:foreground ,base02 :background "#aaffbb")
+ `(:foreground ,base02 :background "forestgreen")))))
+ `(org-habit-ready-future-face ((,class (:foreground ,base01))))
+ `(org-habit-alert-face ((,class (:foreground ,base01))))
+ `(org-habit-alert-future-face ((,class (:foreground ,base02))))
+ `(org-habit-overdue-face ((,class (:foreground ,base01))))
+ `(org-habit-overdue-future-face ((,class (:foreground ,base01))))
;; outline
`(outline-8 ((,class (:inherit default))))