solarized-emacs

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

commit eb7378c0ac97b6c1fa0a7b463fc07a022bc627f4
parent 394bbaa1a67b28a3a166641ae4d8902a57dbe399
Author: Sebastian Wiesner <lunaryorn@gmail.com>
Date:   Tue, 21 May 2013 16:43:56 +0200

Add Flycheck fringe faces

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

diff --git a/solarized.el b/solarized.el @@ -372,6 +372,10 @@ ((,class (:foreground ,red-hc :background ,red-lc :weight bold :underline t)))) `(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))))