branch: elpa/spacemacs-theme
commit 0cd15af82bb3adb5fa18bef795a2ea7f021b7e20
Merge: fd655a912c c9949a516a
Author: Nasser Alshammari <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #106 from jabranham/org-agenda-improvements
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 152533d56e..c325d9db64 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -680,12 +680,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))))