branch: elpa/spacemacs-theme
commit 5f52881e4581e6346dc964311be526990df1dc77
Merge: 68058deff3 8c5f4da29e
Author: Nasser Alshammari <[email protected]>
Commit: Nasser Alshammari <[email protected]>

    Merge pull request #23 from xuchunyang/master
    
    Conditionally enlarge font in org-scheduled-today
---
 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