branch: externals/modus-themes
commit a8d8332398b5d6814ce0094a84c3563c4f286281
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Set the missing foreground for the Git commit/rebase comment headers
This fixes a regression that was introduced by commit 08820b2.
---
modus-themes.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modus-themes.el b/modus-themes.el
index 18b15a7e0e..1ac4492224 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -5409,7 +5409,7 @@ FG and BG are the main colors."
`(git-commit-comment-action ((,c :inherit modus-themes-slant :foreground
,comment)))
`(git-commit-comment-branch-local ((,c :inherit modus-themes-slant
:foreground ,accent-0)))
`(git-commit-comment-branch-remote ((,c :inherit modus-themes-slant
:foreground ,accent-1)))
- `(git-commit-comment-heading ((,c :inherit (modus-themes-bold
modus-themes-slant))))
+ `(git-commit-comment-heading ((,c :inherit (modus-themes-bold
modus-themes-slant) :foreground ,comment)))
`(git-commit-comment-file ((,c :inherit modus-themes-slant :foreground
,accent-2))) ; like `magit-filename'
`(git-commit-keyword ((,c :foreground ,keyword)))
`(git-commit-nonempty-second-line ((,c :foreground ,err)))
@@ -5427,7 +5427,7 @@ FG and BG are the main colors."
`(git-gutter-fr:modified ((,c :background ,bg-changed-fringe)))
;;;;; git-rebase
`(git-rebase-comment-hash ((,c :inherit (modus-themes-bold
modus-themes-slant) :foreground ,identifier)))
- `(git-rebase-comment-heading ((,c :inherit (modus-themes-bold
modus-themes-slant))))
+ `(git-rebase-comment-heading ((,c :inherit (modus-themes-bold
modus-themes-slant) :foreground ,comment)))
`(git-rebase-description ((,c :foreground ,fg-main)))
`(git-rebase-hash ((,c :foreground ,identifier)))
;;;;; git-timemachine