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

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

[nongnu] elpa/spacemacs-theme 30151e5d27 040/336: Fixed org done items c


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 30151e5d27 040/336: Fixed org done items color, now it's clearer
Date: Fri, 14 Jan 2022 10:58:55 -0500 (EST)

branch: elpa/spacemacs-theme
commit 30151e5d273e5ef095a059d829b6f1ca4cbec02c
Author: nashamri <designernasser@gmail.com>
Commit: nashamri <designernasser@gmail.com>

    Fixed org done items color, now it's clearer
---
 spacemacs-light-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/spacemacs-light-theme.el b/spacemacs-light-theme.el
index 2a31cb0630..993b97140a 100644
--- a/spacemacs-light-theme.el
+++ b/spacemacs-light-theme.el
@@ -323,7 +323,7 @@
    `(org-agenda-date ((,class (:foreground ,var :height 1.1))))
    `(org-agenda-date-weekend ((,class (:weight normal :foreground ,base))))
    `(org-agenda-date-today ((,class (:weight bold :foreground ,keyword :height 
1.3))))
-   `(org-agenda-done ((,class (:foreground ,suc :bold t))))
+   `(org-agenda-done ((,class (:foreground ,green :bold t))))
    `(org-block ((,class (:foreground ,base))))
    `(org-code ((,class (:foreground ,cyan))))
    `(org-column ((,class (:background ,highlight))))
@@ -333,7 +333,7 @@
    `(org-date-selected ((,class (:background ,func :foreground ,bg1) )))
    `(org-document-info-keyword ((,class (:foreground ,func))))
    `(org-document-title ((,class (:foreground ,key1 :weight bold :height 
1.4))))
-   `(org-done ((,class (:foreground ,suc :bold t :underline t))))
+   `(org-done ((,class (:foreground ,green :bold t :underline t))))
    `(org-ellipsis ((,class (:foreground ,builtin))))
    `(org-footnote  ((,class (:underline t :foreground ,base))))
    `(org-hide ((,class (:foreground ,base))))



reply via email to

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