solarized-emacs

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

commit 62e01e2d2b3884d01f762ed16304879d8fb7751f
parent a3473ffe04e12a596f43f0add03fa3f2a1afac45
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Sun, 29 Sep 2013 17:52:39 +0200

add anzu mode

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

diff --git a/solarized.el b/solarized.el @@ -425,6 +425,9 @@ customize the resulting theme." `(android-mode-verbose-face ((,class (:foreground ,solarized-comments)))) `(android-mode-warning-face ((,class (:foreground ,yellow)))) + ;; anzu-mode + `(anzu-mode-line ((,class (:foreground ,magenta :weight bold)))) + ;; bm `(bm-face ((,class (:background ,yellow-lc :foreground ,solarized-bg)))) `(bm-fringe-face ((,class (:background ,yellow-lc :foreground ,solarized-bg))))