branch: elpa/spacemacs-theme
commit e6405cb3ca2fb473e3c955edcd60fdc9b4c827ad
Author: Chunyang Xu <[email protected]>
Commit: Chunyang Xu <[email protected]>
Make faces of today/weekend in org-agenda more discoverable
---
spacemacs-common.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index 09035075c0..d96694432e 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -403,8 +403,8 @@
;;;;; org
`(org-agenda-clocking ((,class (:background ,highlight :foreground
,comp))))
`(org-agenda-date ((,class (:foreground ,var :height ,(if
spacemacs-theme-org-height 1.1 1.0)))))
- `(org-agenda-date-today ((,class (:foreground ,keyword :height ,(if
spacemacs-theme-org-height 1.3 1.0)))))
- `(org-agenda-date-weekend ((,class (:weight normal :foreground ,var))))
+ `(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-structure ((,class (:weight bold :foreground ,comp))))
`(org-block ((,class (:background ,org-cb-bg :foreground ,org-cb))))