changeset 140:817e74b09115

ediff: fix background colours for non-highlighted hunks
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Wed, 20 Apr 2016 13:39:47 -0400
parents edc837667431
children ee4b6191b61e
files dotemacs.el
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dotemacs.el
+++ b/dotemacs.el
@@ -423,6 +423,9 @@
  '(diff-refine-removed ((t (:inherit diff-refine-change :background "#441111"))))
  '(diff-removed ((t (:foreground "orangered"))))
  '(ecb-tag-header-face ((((class color) (background dark)) (:background "DarkGreen"))))
+ '(ediff-even-diff-B ((t (:background "Grey" :foreground "black"))))
+ '(ediff-odd-diff-A ((t (:background "Grey" :foreground "black"))))
+ '(ediff-odd-diff-C ((t (:background "Grey" :foreground "black"))))
  '(erc-input-face ((t (:foreground "yellow"))))
  '(erc-my-nick-face ((t (:foreground "lightblue" :weight bold))))
  '(erc-notice-face ((t (:foreground "lightgreen" :weight bold))))