From 62d91fd7c054b0747f1309c012976deb471d4608 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Sat, 16 Dec 2017 18:59:02 +0100 Subject: 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. --- zenburn-theme.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'zenburn-theme.el') diff --git a/zenburn-theme.el b/zenburn-theme.el index 3f8ec0d..2b30702 100644 --- a/zenburn-theme.el +++ b/zenburn-theme.el @@ -554,7 +554,9 @@ Also bind `class' to ((class color) (min-colors 89))." '(git-annex-dired-annexed-unavailable ((t (:inherit error :weight normal)))) ;;;;; git-commit `(git-commit-comment-action ((,class (:foreground ,zenburn-green+1 :weight bold)))) - `(git-commit-comment-branch ((,class (:foreground ,zenburn-blue+1 :weight bold)))) + `(git-commit-comment-branch ((,class (:foreground ,zenburn-blue+1 :weight bold)))) ; obsolete + `(git-commit-comment-branch-local ((,class (:foreground ,zenburn-blue+1 :weight bold)))) + `(git-commit-comment-branch-remote ((,class (:foreground ,zenburn-green :weight bold)))) `(git-commit-comment-heading ((,class (:foreground ,zenburn-yellow :weight bold)))) ;;;;; git-gutter `(git-gutter:added ((t (:foreground ,zenburn-green :weight bold :inverse-video t)))) -- cgit v1.2.3