From 3256ae28c2981b13136c74853a7ce1c02f9612ca Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Tue, 22 Dec 2020 23:02:08 +0100 Subject: Make magit diff highlight darker The removed/added backgrounds are too dark for gray10 IMO. --- eighters-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eighters-theme.el b/eighters-theme.el index ead4c9b..267e97d 100644 --- a/eighters-theme.el +++ b/eighters-theme.el @@ -20,7 +20,7 @@ '(vertical-border ((t (:foreground "gray50")))) '(escape-glyph ((t (:foreground "red2")))) '(minibuffer-prompt ((t (:foreground "steelblue1" :weight bold)))) - '(highlight ((t (:background "gray5")))) + '(highlight ((t (:background "gray10")))) '(region ((t (:background "steel blue" :foreground "gainsboro")))) '(font-lock-builtin-face ((t (:foreground "steelblue1" :weight bold)))) '(font-lock-comment-face ((t (:foreground "gray50" :slant italic)))) @@ -133,7 +133,7 @@ '(magit-blame-highlight ((t (:weight normal :slant normal :inherit (highlight shadow))))) '(magit-blame-margin ((t (:slant normal :box (:line-width 1 :style released-button) :inherit (font-lock-function-name-face))))) '(magit-diff-context ((t (:inherit (shadow))))) - '(magit-diff-context-highlight ((t (:inherit (shadow highlight))))) + '(magit-diff-context-highlight ((t (:background "gray5" :inherit (shadow))))) '(magit-diff-added ((t (:inherit (diff-added))))) '(magit-diff-added-highlight ((t (:inherit (diff-added))))) '(magit-diff-removed ((t (:inherit (diff-removed))))) -- cgit v1.2.3