branch: elpa/spacemacs-theme
commit 1511778df5eb94f6b09d317e220be4910effc782
Author: Alex Branham <[email protected]>
Commit: Alex Branham <[email protected]>
Make doc strings meta color
This makes them a different color from comments
---
spacemacs-common.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index 70492e55e9..75bfa3bd40 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -161,7 +161,7 @@
`(font-lock-builtin-face ((,class (:foreground ,keyword))))
`(font-lock-comment-face ((,class (:foreground ,(if
spacemacs-theme-comment-italic comment-light comment) :background ,(when
spacemacs-theme-comment-bg comment-bg) :slant ,(if
spacemacs-theme-comment-italic 'italic 'normal)))))
`(font-lock-constant-face ((,class (:foreground ,const))))
- `(font-lock-doc-face ((,class (:foreground ,comment))))
+ `(font-lock-doc-face ((,class (:foreground ,meta))))
`(font-lock-function-name-face ((,class (:foreground ,func :inherit
bold))))
`(font-lock-keyword-face ((,class (:inherit bold :foreground ,keyword))))
`(font-lock-negation-char-face ((,class (:foreground ,const))))