commit 23fbe40abedd6276920ccdc9e8999372cedf3931
parent 8d192fc87cfd13963a8a3a8585d4f6d2ec7e9440
Author: Bozhidar Batsov <bozhidar.batsov@gmail.com>
Date: Sun, 4 Dec 2011 15:02:50 -0800
Merge pull request #5 from joshvfleming/master
Changed doc-face to cyan
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/solarized-theme.el b/solarized-theme.el
@@ -134,7 +134,7 @@
`(font-lock-comment-face ((,class (:foreground ,solarized-comments))))
`(font-lock-comment-delimiter-face ((,class (:foreground ,solarized-comments))))
`(font-lock-constant-face ((,class (:foreground ,blue))))
- `(font-lock-doc-face ((,class (:foreground ,green))))
+ `(font-lock-doc-face ((,class (:foreground ,cyan))))
`(font-lock-doc-string-face ((,class (:foreground ,blue))))
`(font-lock-function-name-face ((,class (:foreground ,blue))))
`(font-lock-keyword-face ((,class (:foreground ,green :weight bold))))