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

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

[nongnu] elpa/spacemacs-theme 0cd15af82b 238/336: Merge pull request #10


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 0cd15af82b 238/336: Merge pull request #106 from jabranham/org-agenda-improvements
Date: Fri, 14 Jan 2022 10:59:41 -0500 (EST)

branch: elpa/spacemacs-theme
commit 0cd15af82bb3adb5fa18bef795a2ea7f021b7e20
Merge: fd655a912c c9949a516a
Author: Nasser Alshammari <designernasser@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #106 from jabranham/org-agenda-improvements
    
    org: theme org-scheduled-previously and org-upcoming-deadline
---
 spacemacs-common.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 152533d56e..c325d9db64 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -680,12 +680,14 @@ to 'auto, tags may not be properly aligned. "
      `(org-quote ((,class (:inherit org-block :slant italic))))
      `(org-scheduled ((,class (:foreground ,comp))))
      `(org-scheduled-today ((,class (:foreground ,func :height ,(if 
spacemacs-theme-org-agenda-height 1.2 1.0)))))
+     `(org-scheduled-previously ((,class (:foreground ,base :slant italic))))
      `(org-sexp-date ((,class (:foreground ,base))))
      `(org-special-keyword ((,class (:foreground ,func))))
      `(org-table ((,class (:foreground ,base :background ,head1-bg))))
      `(org-tag ((,class (:foreground ,meta))))
      `(org-time-grid ((,class (:foreground ,str))))
      `(org-todo ((,class (:foreground ,war :inherit bold :background 
,yellow-bg))))
+     `(org-upcoming-deadline ((,class (:foreground ,war :inherit 
org-priority))))
      `(org-verbatim ((,class (:foreground ,keyword))))
      `(org-verse ((,class (:inherit org-block :slant italic))))
      `(org-warning ((,class (:foreground ,err))))



reply via email to

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