solarized-emacs

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

commit 4dc2e5e3658f380518c0ff87b0dd6e1e0b3f2410
parent c537e44bf89f31a0897201e6e07822977906540e
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Sat,  9 Jun 2012 22:50:09 +0200

Changed font-lock-warning back from red to orange.

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

diff --git a/solarized-theme.el b/solarized-theme.el @@ -201,7 +201,7 @@ `(font-lock-string-face ((,class (:foreground ,cyan)))) `(font-lock-type-face ((,class (:foreground ,yellow)))) `(font-lock-variable-name-face ((,class (:foreground ,blue)))) - `(font-lock-warning-face ((,class (:foreground ,red :weight bold :underline t)))) + `(font-lock-warning-face ((,class (:foreground ,orange :weight bold :underline t)))) `(c-annotation-face ((,class (:inherit font-lock-constant-face))))