diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-12-22 23:02:08 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-12-22 23:02:08 +0100 |
| commit | 3256ae28c2981b13136c74853a7ce1c02f9612ca (patch) | |
| tree | 64d5c745bc19d972a2b692aedf69d1848e0b3d3b | |
| parent | 606d59350ca39ba3733b97952fcb2cc9daa838cd (diff) | |
| download | eighters-theme-3256ae28c2981b13136c74853a7ce1c02f9612ca.tar.xz | |
Make magit diff highlight darker
The removed/added backgrounds are too dark for gray10 IMO.
| -rw-r--r-- | eighters-theme.el | 4 |
1 files 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))))) |
