solarized-emacs

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

commit a8cb8af769db056f80b2020b60f6b22b37f31c4d
parent 02591b227596dd02b2d92f572674e9a1d2f52c17
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Tue, 19 Apr 2016 17:27:45 +0200

Merge pull request #228 from lunaryorn/git-timemachine-faces

Add faces for minibuffer hints of git-timemachine
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))))