branch: elpa/alect-themes
commit ee6dbc0be86a96703caf6edd900687510b457347
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Modify 'diff-file-header' face
Make it the same as 'magit-diff-file-heading' and inherit the latter
from it.
---
alect-themes.el | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/alect-themes.el b/alect-themes.el
index defa0a8..77a51ce 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -650,7 +650,7 @@ For INVERT, see `alect-get-color'."
(diff-hunk-header ((,c :inherit diff-header
:foreground ,(gc 'green+2))))
(diff-file-header ((,c :inherit diff-header
- :foreground ,(gc 'cyan-1))))
+ :foreground ,(gc 'fg+2))))
(diff-function ((,c :inherit diff-header
:foreground ,(gc 'blue))))
(diff-index ((,c :inherit diff-header
@@ -1046,8 +1046,7 @@ For INVERT, see `alect-get-color'."
magit-blame-heading))))
(magit-blame-date ((,c :inherit (magit-log-date
magit-blame-heading))))
- (magit-diff-file-heading ((,c :foreground ,(gc 'fg+2)
- :weight bold)))
+ (magit-diff-file-heading ((,c :inherit diff-file-header)))
(magit-diff-file-heading-selection ((,c :inherit
(magit-section-heading-selection
magit-diff-file-heading-highlight))))
(magit-diff-lines-heading ((,c :foreground ,(gc 'bg-1)