emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/spacemacs-theme a3110b5b91 241/336: Make deadlines in org


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme a3110b5b91 241/336: Make deadlines in org agenda bold, and advance green-->orange-->red
Date: Fri, 14 Jan 2022 10:59:42 -0500 (EST)

branch: elpa/spacemacs-theme
commit a3110b5b91905933274d721b9abbf7cb80e4d66a
Author: Alex Branham <branham@utexas.edu>
Commit: Alex Branham <branham@utexas.edu>

    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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]