solarized-emacs

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

commit 384e369c8192b5959d2ba23879342deda2c452d1
parent 642b2afa38cb59b9e940e5082614e36c6e6a94a3
Author: Jonas Bernoulli <jonas@bernoul.li>
Date:   Fri, 15 Dec 2017 21:23:40 +0100

Update git-commit faces

The old face `git-commit-comment-branch' was replaced
with two new faces `git-commit-comment-branch-local'
and `git-commit-comment-branch-remote'.

Keep the old face around for a while until "everyone"
has updated, but at least until the next `git-commit'
release.

Diffstat:
Msolarized.el | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/solarized.el b/solarized.el @@ -867,7 +867,12 @@ customize the resulting theme." (,class (:foreground ,red :weight bold :underline t)))) ;;;;; git-commit `(git-commit-comment-action ((,class (:foreground ,base0 :weight bold)))) - `(git-commit-comment-branch ((,class (:foreground ,blue :weight bold)))) + `(git-commit-comment-branch ; obsolete + ((,class (:foreground ,blue :weight bold)))) + `(git-commit-comment-branch-local + ((,class (:foreground ,blue :weight bold)))) + `(git-commit-comment-branch-remote + ((,class (:foreground ,green :weight bold)))) `(git-commit-comment-heading ((,class (:foreground ,yellow :weight bold)))) ;;;;; git-gutter `(git-gutter:added