branch: elpa/spacemacs-theme
commit 8c5f4da29ee1f9d79e0ef7ccc8b1f9ff92833c55
Author: Chunyang Xu <[email protected]>
Commit: Chunyang Xu <[email protected]>

    Conditionally enlarge font in org-scheduled-today
    
    With regard to the `spacemacs-theme-org-height' user option.
---
 spacemacs-common.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 0519f2e65e..accab123ea 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -437,7 +437,7 @@
      `(org-priority ((,class (:foreground ,war :bold t))))
      `(org-quote ((,class (:inherit org-block :slant italic))))
      `(org-scheduled ((,class (:foreground ,comp))))
-     `(org-scheduled-today ((,class (:foreground ,func :weight bold :height 
1.2))))
+     `(org-scheduled-today ((,class (:foreground ,func :weight bold :height 
,(if spacemacs-theme-org-height 1.2 1.0)))))
      `(org-sexp-date ((,class (:foreground ,base))))
      `(org-special-keyword ((,class (:foreground ,func))))
      `(org-table ((,class (:foreground ,yellow :background ,org-h4-bg))))

Reply via email to