summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2017-12-16 18:59:02 +0100
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2017-12-16 18:27:29 +0000
commit62d91fd7c054b0747f1309c012976deb471d4608 (patch)
treedf45cbd26fa34051914cefe4597cb68ef7eedcf0
parent613f4c69513c7ffe7cb00a6c477cd5e8e6378d40 (diff)
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.
-rw-r--r--zenburn-theme.el4
1 files changed, 3 insertions, 1 deletions
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))))