branch: elpa/spacemacs-theme
commit a3110b5b91905933274d721b9abbf7cb80e4d66a
Author: Alex Branham <[email protected]>
Commit: Alex Branham <[email protected]>
Make deadlines in org agenda bold, and advance green-->orange-->red
---
spacemacs-common.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index c325d9db64..40b53110e7 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -688,9 +688,10 @@ to 'auto, tags may not be properly aligned. "
`(org-time-grid ((,class (:foreground ,str))))
`(org-todo ((,class (:foreground ,war :inherit bold :background
,yellow-bg))))
`(org-upcoming-deadline ((,class (:foreground ,war :inherit
org-priority))))
+ `(org-upcoming-distant-deadline ((,class (:foreground ,suc :inherit
org-priority))))
`(org-verbatim ((,class (:foreground ,keyword))))
`(org-verse ((,class (:inherit org-block :slant italic))))
- `(org-warning ((,class (:foreground ,err))))
+ `(org-warning ((,class (:foreground ,err :inherit org-priority))))
;;;;; perspective
`(persp-selected-face ((,class (:inherit bold :foreground ,func))))