emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/spacemacs-theme 8c5f4da29e 102/336: Conditionally enlarge


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 8c5f4da29e 102/336: Conditionally enlarge font in org-scheduled-today
Date: Fri, 14 Jan 2022 10:59:17 -0500 (EST)

branch: elpa/spacemacs-theme
commit 8c5f4da29ee1f9d79e0ef7ccc8b1f9ff92833c55
Author: Chunyang Xu <xuchunyang56@gmail.com>
Commit: Chunyang Xu <xuchunyang56@gmail.com>

    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

[Prev in Thread] Current Thread [Next in Thread]