Skip to content

Commit

Permalink
Merge pull request bbatsov#5 from joshvfleming/master
Browse files Browse the repository at this point in the history
Changed doc-face to cyan
  • Loading branch information
bbatsov committed Dec 4, 2011
2 parents 8d192fc + 97014e2 commit 23fbe40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solarized-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))))
Expand Down

0 comments on commit 23fbe40

Please sign in to comment.