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

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

[nongnu] elpa/spacemacs-theme 20753b88d8 112/336: Make org-agenda respec


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 20753b88d8 112/336: Make org-agenda respect spacemacs-theme-org-height
Date: Fri, 14 Jan 2022 10:59:21 -0500 (EST)

branch: elpa/spacemacs-theme
commit 20753b88d83cc72997b33b88a8585f6f4c937f67
Author: nashamri <designernasser@gmail.com>
Commit: nashamri <designernasser@gmail.com>

    Make org-agenda respect spacemacs-theme-org-height
---
 spacemacs-common.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index e6dcc59665..2b621518e9 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -409,7 +409,7 @@
      `(org-agenda-date ((,class (:foreground ,var :height ,(if 
spacemacs-theme-org-height 1.1 1.0)))))
      `(org-agenda-date-today ((,class (:foreground ,keyword :slant italic 
:weight bold :height ,(if spacemacs-theme-org-height 1.3 1.0)))))
      `(org-agenda-date-weekend ((,class (:weight bold :foreground ,var))))
-     `(org-agenda-done ((,class (:foreground ,(if (eq variant 'dark) suc 
green)))))
+     `(org-agenda-done ((,class (:foreground ,(if (eq variant 'dark) suc 
green) :height ,(if spacemacs-theme-org-height 1.2 1.0)))))
      `(org-agenda-structure ((,class (:weight bold :foreground ,comp))))
      `(org-block ((,class (:background ,org-cb-bg :foreground ,org-cb))))
      `(org-block-begin-line ((,class (:background ,org-cb-ln-bg :foreground 
,org-cb-ln))))



reply via email to

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