aboutsummaryrefslogtreecommitdiff
path: root/ef-themes.el
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2022-08-22 16:12:04 +0300
committerProtesilaos Stavrou <info@protesilaos.com>2022-08-22 16:12:04 +0300
commita2dea907c7f14998615438e9fe7c8a9d83a50b7e (patch)
tree7838f8ea684a8e2d6765918202078bb821ab2393 /ef-themes.el
parentc4bb05878ddd15b4fb25bc1ac2001f25749ae92d (diff)
Amend 21fc176
The diff-function should have the background of the diff hunk. It does not need to be bold though.
Diffstat (limited to 'ef-themes.el')
-rw-r--r--ef-themes.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/ef-themes.el b/ef-themes.el
index 514dfcf..97e7791 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -710,7 +710,7 @@ Helper function for `ef-themes-preview-colors'."
`(diff-context (( )))
`(diff-error ((,c :inherit error)))
`(diff-file-header ((,c :inherit bold)))
- `(diff-function ((,c :inherit bold)))
+ `(diff-function ((,c :background ,bg-alt)))
`(diff-header (( )))
`(diff-hunk-header ((,c :inherit bold :background ,bg-alt)))
`(diff-index ((,c :inherit italic)))