solarized-emacs

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

commit b5058751c43b67cf84759d159e9618847beeed2c
parent d534935a4c86ff274abea5cbf0ca96508b6245cb
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Mon, 27 May 2013 15:23:35 +0200

linum mode foreground to comments color

Diffstat:
Msolarized.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solarized.el b/solarized.el @@ -625,7 +625,7 @@ `(jedi:highlight-function-argument ((,class (:inherit bold)))) ;; linum-mode - `(linum ((,class (:foreground ,solarized-fg :background ,solarized-bg)))) + `(linum ((,class (:foreground ,solarized-comments :background ,solarized-bg)))) ;; lusty-explorer `(lusty-directory-face ((,class (:inherit dired-directory))))