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

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

[nongnu] elpa/spacemacs-theme 52cc584cab 107/336: Less bold in org-agend


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 52cc584cab 107/336: Less bold in org-agenda
Date: Fri, 14 Jan 2022 10:59:19 -0500 (EST)

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

    Less bold in org-agenda
    
    Re #26
---
 spacemacs-common.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 202b11962f..09035075c0 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -403,9 +403,9 @@
 ;;;;; 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 (:weight bold :foreground ,keyword 
:height ,(if spacemacs-theme-org-height 1.3 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-done ((,class (:foreground ,(if (eq variant 'dark) suc 
green) :bold t))))
+     `(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))))
      `(org-block-begin-line ((,class (:background ,org-cb-ln-bg :foreground 
,org-cb-ln))))
@@ -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 
,(if spacemacs-theme-org-height 1.2 1.0)))))
+     `(org-scheduled-today ((,class (:foreground ,func :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]