eighters-theme

Eighters gonna eight.
git clone https://git.kevinlegouguec.net/eighters-theme
Log | Files | Refs | README | LICENSE

commit 3256ae28c2981b13136c74853a7ce1c02f9612ca
parent 606d59350ca39ba3733b97952fcb2cc9daa838cd
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Tue, 22 Dec 2020 23:02:08 +0100

Make magit diff highlight darker

The removed/added backgrounds are too dark for gray10 IMO.

Diffstat:
Meighters-theme.el | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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)))))