solarized-emacs

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

commit f44c962cfc476f8c5e94c61da42d30c079552bf6
parent 206fb397e7169dd41c9dcf03fa4c3fe59eeeeee3
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date:   Tue, 21 May 2013 08:08:37 -0700

Merge pull request #62 from lunaryorn/improve-flycheck

Improve flycheck
Diffstat:
Msolarized.el | 8++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

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