From c1c0e1d0665cb47bcdfbc41a5a65dfcbdca0e0fe Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 23 Aug 2015 01:57:33 -0400 Subject: Remove (most of) magit background highlighting --- lisp/init-appearance.el | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'lisp') diff --git a/lisp/init-appearance.el b/lisp/init-appearance.el index a5ed0fd..ad153ea 100644 --- a/lisp/init-appearance.el +++ b/lisp/init-appearance.el @@ -43,6 +43,18 @@ '(gnus-cite-2 ((t (:inherit font-lock-string-face)))) '(gnus-header-name ((t (:inherit font-lock-constant-face)))) '(gnus-header-content ((t (:inherit default)))) + '(magit-section-highlight ((t (:background "white")))) + '(magit-diff-hunk-heading-highlight ((t (:foreground "gray30" :background "grey80")))) + '(magit-diff-hunk-heading ((t (:foreground "gray30" :background "grey90")))) + '(magit-diff-added-highlight ((t (:foreground "DarkGreen" :background "grey98")))) + '(magit-diff-added ((t (:foreground "DarkGreen" :background "grey98")))) + '(magit-diff-removed-highlight ((t (:foreground "#aa2222" :background "grey98")))) + '(magit-diff-removed ((t (:foreground "#aa2222" :background "grey98")))) + '(magit-diff-context-highlight ((t (:foreground "grey50" :background "grey98")))) + '(magit-diff-context ((t (:foreground "grey50" :background "grey98")))) + '(diff-added ((t (:foreground "DarkGreen" :background "grey98")))) + '(diff-removed ((t (:foreground "#aa2222" :background "grey98")))) + '(diff-context ((t (:foreground "grey50" :background "grey98")))) '(term-color-black ((t (:inherit default)))) '(term-color-red ((t (:inherit font-lock-string-face)))) '(term-color-green ((t (:foreground "#3cb371")))) -- cgit v1.2.3