branch: elpa/spacemacs-theme
commit e4b3fda02dc96dcf5ce46efa7eb6f7fdb472f60d
Merge: 0cd15af82b a3110b5b91
Author: Nasser Alshammari <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #109 from jabranham/org-agenda-colors
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))))