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

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

[nongnu] elpa/spacemacs-theme c9949a516a 236/336: org: theme org-schedul


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme c9949a516a 236/336: org: theme org-scheduled-previously and org-upcoming-deadline
Date: Fri, 14 Jan 2022 10:59:40 -0500 (EST)

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

    org: theme org-scheduled-previously and org-upcoming-deadline
---
 spacemacs-common.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 41ee8416f8..124ebc99be 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -669,12 +669,14 @@ to 'auto, tags may not be properly aligned. "
      `(org-quote ((,class (:inherit org-block :slant italic))))
      `(org-scheduled ((,class (:foreground ,comp))))
      `(org-scheduled-today ((,class (:foreground ,func :height ,(if 
spacemacs-theme-org-agenda-height 1.2 1.0)))))
+     `(org-scheduled-previously ((,class (:foreground ,base :slant italic))))
      `(org-sexp-date ((,class (:foreground ,base))))
      `(org-special-keyword ((,class (:foreground ,func))))
      `(org-table ((,class (:foreground ,base :background ,head1-bg))))
      `(org-tag ((,class (:foreground ,meta))))
      `(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-verbatim ((,class (:foreground ,keyword))))
      `(org-verse ((,class (:inherit org-block :slant italic))))
      `(org-warning ((,class (:foreground ,err))))



reply via email to

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