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

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

[nongnu] elpa/spacemacs-theme e6405cb3ca 108/336: Make faces of today/we


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme e6405cb3ca 108/336: Make faces of today/weekend in org-agenda more discoverable
Date: Fri, 14 Jan 2022 10:59:20 -0500 (EST)

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

    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))))



reply via email to

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