solarized-emacs

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

commit 4e1762e44a556b74d0963d2569ebd602624df655
parent 96065f64663bbeb9d48a6e0e745ea44a0130bd47
Author: Sebastian Wiesner <lunaryorn@gmail.com>
Date:   Sun, 30 Dec 2012 16:19:15 +0100

Add faces for flycheck

flycheck is a flymake alternative.

See https://github.com/lunaryorn/flycheck

Diffstat:
Msolarized.el | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

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