solarized-emacs

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

commit fb5ff84837186f4a22090491a53eebc97a008943
parent 0d8cc26295bfbbada5be1f26bec84fa5fffdd275
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Fri,  5 Apr 2013 16:24:16 +0200

changed gutter modified faces from magenta to blue

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

diff --git a/solarized.el b/solarized.el @@ -386,7 +386,7 @@ ;; git-gutter `(git-gutter:added ((,class (:background ,green :foreground ,solarized-bg :weight bold)))) `(git-gutter:deleted ((,class (:background ,red :foreground ,solarized-bg :weight bold)))) - `(git-gutter:modified ((,class (:background ,magenta :foreground ,solarized-bg :weight bold)))) + `(git-gutter:modified ((,class (:background ,blue :foreground ,solarized-bg :weight bold)))) `(git-gutter:unchanged ((,class (:background ,solarized-hl :foreground ,solarized-bg :weight bold)))) ;; I use the following git-gutter settings along with those faces ;; (when window-system @@ -399,7 +399,7 @@ ;; git-gutter-fr `(git-gutter-fr:added ((,class (:foreground ,green :weight bold)))) `(git-gutter-fr:deleted ((,class (:foreground ,red :weight bold)))) - `(git-gutter-fr:modified ((,class (:foreground ,magenta :weight bold)))) + `(git-gutter-fr:modified ((,class (:foreground ,blue :weight bold)))) ;; gnus `(gnus-group-mail-1-face ((,class (:weight bold :inherit gnus-group-mail-1-empty))))