solarized-emacs

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

commit 244822a412d9a6f834c5ecd2dbea7488eeb89f9a
parent 53b66516ae239f63dd445549557ed5f6a355fa57
Author: Bozhidar Batsov <bozhidar@tradeo.com>
Date:   Mon, 31 Dec 2012 15:55:30 +0200

fixed the flycheck-warning-face

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

diff --git a/solarized.el b/solarized.el @@ -349,7 +349,7 @@ ;; flycheck `(flycheck-error-face ((,class (:foreground ,red-hc :background ,red-lc :weight bold :underline t)))) - `(flymake-warning-face + `(flycheck-warning-face ((,class (:foreground ,yellow-hc :background ,yellow-lc :weight bold :underline t)))) ;; flyspell