branch: elpa/spacemacs-theme
commit e4c55304b0f48e9e196c9b3bde373d42838c4a80
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
Let org tags use the meta face
---
spacemacs-common.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index 82f8e66280..9ba11f1547 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -660,6 +660,7 @@
`(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-verbatim ((,class (:foreground ,keyword))))