branch: externals/modus-themes
commit 26e9ab4fbd7154c248fe87c2379b27f80a9be901
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Make small refinements to the git-commit branch and file faces
    
    This way they stand out a bit better.
---
 modus-themes.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/modus-themes.el b/modus-themes.el
index 1aa30d2d1a..4a9f2a3f47 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -2542,10 +2542,10 @@ FG and BG are the main colors."
     `(geiser-font-lock-xref-link ((,c :inherit button)))
 ;;;;; git-commit
     `(git-commit-comment-action ((,c :inherit font-lock-comment-face)))
-    `(git-commit-comment-branch-local ((,c :inherit font-lock-comment-face 
:foreground ,accent-0)))
-    `(git-commit-comment-branch-remote ((,c :inherit font-lock-comment-face 
:foreground ,accent-1)))
+    `(git-commit-comment-branch-local ((,c :inherit (bold 
font-lock-comment-face) :foreground ,accent-0)))
+    `(git-commit-comment-branch-remote ((,c :inherit (bold 
font-lock-comment-face) :foreground ,accent-1)))
     `(git-commit-comment-heading ((,c :inherit (bold font-lock-comment-face))))
-    `(git-commit-comment-file ((,c :inherit font-lock-comment-face :foreground 
,name)))
+    `(git-commit-comment-file ((,c :inherit font-lock-comment-face :foreground 
,accent-2))) ; like `magit-filename'
     `(git-commit-keyword ((,c :foreground ,keyword)))
     `(git-commit-nonempty-second-line ((,c :inherit error)))
     `(git-commit-overlong-summary ((,c :inherit warning)))

Reply via email to