commit 2e11f5f2650a7f86b4cc17bfd87432fb83a1f2f8
parent 9449eb745a9dd6551bb63c723002887de9ebca18
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Thu, 2 Mar 2017 19:41:25 +0100
Make current diff section stand out more in Magit
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/eighters-theme.el b/eighters-theme.el
@@ -63,6 +63,7 @@
'(Info-quoted ((t (:inherit (font-lock-string-face) :family "courier"))))
'(erc-input-face ((t (:foreground "brown1"))))
'(erc-my-nick-face ((t (:foreground "brown1" :weight bold))))
- '(magit-section-highlight ((t (:inherit (highlight))))))
+ '(magit-section-highlight ((t (:inherit (highlight)))))
+ '(magit-diff-context-highlight ((t (:foreground "grey70" :inherit (magit-section-highlight))))))
(provide-theme 'eighters)