solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit 97014e22c467640ad2e2a8d9384216582a06f3d5
parent 8d192fc87cfd13963a8a3a8585d4f6d2ec7e9440
Author: joshvfleming <jf@joshfleming.com>
Date:   Sun,  4 Dec 2011 11:47:01 -0800

Changed doc-comments to cyan. The original setting of 'green' clashed with yello static names, causing much visual confusion.

Diffstat:
Msolarized-theme.el | 2+-
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))))