branch: elpa/spacemacs-theme
commit c9949a516a2c77ef26c0c6d6e35d011bfbcd58c7
Author: Alex Branham <[email protected]>
Commit: Alex Branham <[email protected]>
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))))