branch: elpa/spacemacs-theme
commit e5ed346b9c31f0b43eb359614efd9aa439e1d18d
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
Fix #188 add new faces for org todo healines
Signed-off-by: nashamri <[email protected]>
---
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)))