branch: elpa/spacemacs-theme
commit 5bcac14ab4b99bc3bef20fd62ef981c4590c4021
Merge: f4a324dce1 1511778df5
Author: Nasser Alshammari <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #86 from jabranham/doc-strings
Make doc strings meta color
---
spacemacs-common.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index 407d9fe973..82f8e66280 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))))