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

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

[nongnu] elpa/spacemacs-theme e5ed346b9c 334/336: Fix #188 add new faces


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme e5ed346b9c 334/336: Fix #188 add new faces for org todo healines
Date: Fri, 14 Jan 2022 10:59:49 -0500 (EST)

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

    Fix #188 add new faces for org todo healines
    
    Signed-off-by: nashamri <designernasser@gmail.com>
---
 spacemacs-common.el | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index f096009e1c..3b4d2c6206 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -760,6 +760,8 @@ to 'auto, tags may not be properly aligned. "
      `(org-done ((,class (:foreground ,suc :inherit bold :background 
,green-bg))))
      `(org-ellipsis ((,class (:foreground ,keyword))))
      `(org-footnote  ((,class (:underline t :foreground ,base))))
+     `(org-headline-done ((,class (:foreground ,aqua))))
+     `(org-headline-todo ((,class (:foreground ,meta))))
      `(org-hide ((,class (:foreground ,base))))
      `(org-kbd ((,class (:inherit region :foreground ,base :box (:line-width 1 
:style released-button)))))
      `(org-level-1 ((,class (:inherit bold :bold ,(if spacemacs-theme-org-bold 
'unspecified nil) :foreground ,head1 :height ,(if spacemacs-theme-org-height 
1.3 1.0) :background ,(when spacemacs-theme-org-highlight head1-bg)))))
@@ -1029,7 +1031,9 @@ to 'auto, tags may not be properly aligned. "
                                ("FIXME"       . ,war)
                                ("XXX+"        . ,war)
                                ("\\?\\?\\?+"  . ,war)))
-
+;;;;; org
+     `(org-fontify-done-headline nil)
+     `(org-fontify-todo-headline nil)
 
 ;;;;; pdf-tools
     `(pdf-view-midnight-colors '(,base . ,bg1)))



reply via email to

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