summaryrefslogtreecommitdiff
path: root/eighters-theme.el
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2020-12-22 23:02:08 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2020-12-22 23:02:08 +0100
commit3256ae28c2981b13136c74853a7ce1c02f9612ca (patch)
tree64d5c745bc19d972a2b692aedf69d1848e0b3d3b /eighters-theme.el
parent606d59350ca39ba3733b97952fcb2cc9daa838cd (diff)
downloadeighters-theme-3256ae28c2981b13136c74853a7ce1c02f9612ca.tar.xz
Make magit diff highlight darker
The removed/added backgrounds are too dark for gray10 IMO.
Diffstat (limited to 'eighters-theme.el')
-rw-r--r--eighters-theme.el4
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)))))