solarized-emacs

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

commit 86868997a0689fcfc8558ee7ad2b499a85e31a9e
parent 02591b227596dd02b2d92f572674e9a1d2f52c17
Author: Sebastian Wiesner <swiesner@lunaryorn.com>
Date:   Tue, 19 Apr 2016 16:33:41 +0200

Add faces for minibuffer hints of git-timemachine

See https://github.com/pidu/git-timemachine for information about
git-timemachine.

I picked the colours for no other reason than that git-timemachine
itself uses "orange" and "yellow" respectively for these faces.

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

diff --git a/solarized.el b/solarized.el @@ -934,6 +934,9 @@ customize the resulting theme." `(git-gutter-fr+-modified ((,class (:foreground ,blue :weight bold)))) ;;;;; git-rebase `(git-rebase-hash ((,class (:foreground ,base01)))) +;;;;; git-timemachine + `(git-timemachine-minibuffer-author-face ((,class (:foreground ,orange)))) + `(git-timemachine-minibuffer-detail-face ((,class (:foreground ,yellow)))) ;;;;; go-direx `(go-direx-header ((,class (:foreground ,blue)))) `(go-direx-label ((,class (:foreground ,green))))