summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)))))