branch: elpa/alect-themes
commit 450b1847175d014e0959a7c9d071b1cc912a8de7
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>

    Add faces for 'git-commit' branches in comments
---
 alect-themes.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/alect-themes.el b/alect-themes.el
index 743f43d12ae..4f50639a65e 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1267,7 +1267,8 @@ For INVERT, see `alect-get-color'."
          (git-rebase-hash                   ((,c :inherit magit-hash)))
          (git-rebase-comment-heading        ((,c :inherit alect-title)))
          (git-commit-summary                ((,c :weight bold)))
-         (git-commit-comment-branch         ((,c :foreground ,(gc 'blue))))
+         (git-commit-comment-branch-local   ((,c :inherit magit-branch-local)))
+         (git-commit-comment-branch-remote  ((,c :inherit 
magit-branch-remote)))
          (git-commit-comment-file           ((,c :inherit default)))
          (git-commit-comment-heading        ((,c :inherit alect-title)))
          (git-commit-comment-action         ((,c :foreground ,(gc 'yellow+1))))

Reply via email to