branch: externals/ef-themes
commit 8e5166625a7c09f153bf30a7208b6c6609d03cf0
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Fix log-view-message face styling
    
    This is the one for commit hashes in C-x v L (vc-print-root-log) and
    related.
---
 ef-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ef-themes.el b/ef-themes.el
index 4f205a8888..f8fb15ebe5 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -368,7 +368,7 @@ Helper function for `ef-themes-preview-colors'."
     `(log-edit-unknown-header ((,c :inherit shadow)))
     `(log-view-commit-body (( )))
     `(log-view-file ((,c :inherit bold)))
-    `(log-view-message ((,c :background ,bg-dim :foreground ,fg-dim)))
+    `(log-view-message ((,c :foreground ,fg-dim)))
 ;;;; compilation
     `(compilation-column-number ((,c :inherit compilation-line-number)))
     `(compilation-error ((,c :inherit error)))

Reply via email to