branch: elpa/spacemacs-theme
commit 30151e5d273e5ef095a059d829b6f1ca4cbec02c
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>

    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