branch: elpa/spacemacs-theme
commit 20753b88d83cc72997b33b88a8585f6f4c937f67
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
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))))