solarized-emacs

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

commit 2b9f7e4d02effa7b5924cc641c250c2e1cda5d0f
parent e2c43840d44a8074d943f1de661ff1fb534cfe72
Author: Sebastian Wiesner <lunaryorn@gmail.com>
Date:   Wed,  4 Sep 2013 21:30:51 +0200

Add Git Gutter+ and Git Gutter Fringe+

These are patched and improved forks of Git Gutter and Git Gutter
Fringe. See https://github.com/nonsequitur/git-gutter-plus and
https://github.com/nonsequitur/git-gutter-fringe-plus.

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

diff --git a/solarized.el b/solarized.el @@ -635,6 +635,20 @@ customize the resulting theme." `(git-gutter-fr:deleted ((,class (:foreground ,red :weight bold)))) `(git-gutter-fr:modified ((,class (:foreground ,blue :weight bold)))) + ;; git-gutter+ and git-gutter+-fr + `(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 ,blue :foreground ,solarized-bg + :weight bold)))) + `(git-gutter+-unchanged ((,class (:background ,solarized-hl + :foreground ,solarized-bg + :weight bold)))) + `(git-gutter-fr+-added ((,class (:foreground ,green :weight bold)))) + `(git-gutter-fr+-deleted ((,class (:foreground ,red :weight bold)))) + `(git-gutter-fr+-modified ((,class (:foreground ,blue :weight bold)))) + ;; guide-key `(guide-key/highlight-command-face ((,class (:foreground ,blue)))) `(guide-key/key-face ((,class (:foreground ,solarized-comments))))