branch: elpa/spacemacs-theme
commit db781c348b2ecdf871445986ef1cb2783c867ea0
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
Amend last commit to include a missing face
---
spacemacs-common.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index dd940fc3e4..04ac375d15 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -579,7 +579,7 @@
`(org-priority ((,class (:foreground ,war :inherit bold))))
`(org-quote ((,class (:inherit org-block :slant italic))))
`(org-scheduled ((,class (:foreground ,comp))))
- `(org-scheduled-today ((,class (:foreground ,func :height ,(if
spacemacs-theme-org-height 1.2 1.0)))))
+ `(org-scheduled-today ((,class (:foreground ,func :height ,(if
spacemacs-theme-org-agenda-height 1.2 1.0)))))
`(org-sexp-date ((,class (:foreground ,base))))
`(org-special-keyword ((,class (:foreground ,func))))
`(org-table ((,class (:foreground ,base :background ,head1-bg))))