solarized-emacs

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

commit 394bbaa1a67b28a3a166641ae4d8902a57dbe399
parent 206fb397e7169dd41c9dcf03fa4c3fe59eeeeee3
Author: Sebastian Wiesner <lunaryorn@gmail.com>
Date:   Tue, 21 May 2013 16:41:14 +0200

Use non-obsolete faces

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

diff --git a/solarized.el b/solarized.el @@ -368,9 +368,9 @@ ((,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)))) ;; flyspell