branch: elpa/material-theme
commit 520bdbaf533a7d979e0e228bde34ecc9049e48fb
Author: Christoph Paulik <[email protected]>
Commit: Christoph Paulik <[email protected]>
fix background for current lines of file-headings
---
material-light-theme.el | 2 +-
material-theme.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/material-light-theme.el b/material-light-theme.el
index 6f83a83..a79518d 100644
--- a/material-light-theme.el
+++ b/material-light-theme.el
@@ -322,7 +322,7 @@
`(magit-blame-heading ((t (:background "#222222"
:foreground ,background))))
`(magit-diff-file-heading ((t (:weight bold))))
- `(magit-diff-file-heading-highlight ((t (:background ,background :weight
bold))))
+ `(magit-diff-file-heading-highlight ((t (:background ,current-line :weight
bold))))
`(magit-diff-file-heading-selection ((t (:background ,background
:foreground ,orange :weight
bold))))
`(magit-diff-hunk-heading ((t (:background ,header-color))))
diff --git a/material-theme.el b/material-theme.el
index 9d9bc68..452a588 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -322,7 +322,7 @@
`(magit-blame-heading ((t (:background "#222222"
:foreground ,background))))
`(magit-diff-file-heading ((t (:weight bold))))
- `(magit-diff-file-heading-highlight ((t (:background ,background :weight
bold))))
+ `(magit-diff-file-heading-highlight ((t (:background ,current-line :weight
bold))))
`(magit-diff-file-heading-selection ((t (:background ,background
:foreground ,orange :weight
bold))))
`(magit-diff-hunk-heading ((t (:background ,header-color))))