commit 1ae0fc05c2188896cb2a15eb1e78e5596ac791af
parent e6a2304bcc910af7e60d862330832166d62e8b5f
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Wed, 14 Nov 2018 16:47:09 +0100
Add faces for margin VC indicators
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/eighters-theme.el b/eighters-theme.el
@@ -90,6 +90,9 @@
'(org-date ((t (:inherit (font-lock-string-face)))))
'(org-special-keyword ((t (:weight bold :inherit (font-lock-comment-face)))))
'(org-todo ((t (:inherit (error)))))
+ '(diff-hl-insert ((t (:inherit (diff-added)))))
+ '(diff-hl-change ((t (:foreground "yellow4" :inherit (diff-changed)))))
+ '(diff-hl-delete ((t (:inherit (diff-removed)))))
'(magit-blame-highlight ((t (:inherit (highlight shadow)))))
'(magit-diff-added ((t (:inherit (diff-added)))))
'(magit-diff-added-highlight ((t (:inherit (diff-added)))))