branch: externals/modus-themes
commit 5f6ac4b130143d1babf8ac123c566b3676c958b5
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Make the git-commit branches less intense
    
    They do not need to stand out as much.
---
 modus-themes.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modus-themes.el b/modus-themes.el
index 001fdba40e..e259165aa5 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -5415,8 +5415,8 @@ 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 (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-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-heading ((,c :inherit (bold font-lock-comment-face))))
     `(git-commit-comment-file ((,c :inherit font-lock-comment-face :foreground 
,accent-2))) ; like `magit-filename'
     `(git-commit-keyword ((,c :foreground ,keyword)))

Reply via email to