summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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))))