solarized-emacs

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

commit e00365f9c0908be5cfcd57ca1b665725a05e5e3d
parent 6c95049e9649f547c496e98a7bb5e9e980df7f1f
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Fri, 31 Jan 2014 14:31:50 +0100

change anzu color magenta > yellow

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

diff --git a/solarized.el b/solarized.el @@ -448,7 +448,7 @@ customize the resulting theme." `(android-mode-warning-face ((,class (:foreground ,yellow)))) ;; anzu-mode - `(anzu-mode-line ((,class (:foreground ,magenta :weight bold)))) + `(anzu-mode-line ((,class (:foreground ,yellow :weight bold)))) ;; bm `(bm-face ((,class (:background ,yellow-lc :foreground ,base03))))