changeset 104:f8c6f5a513b7

Make refined diffs more visible.
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Mon, 22 Dec 2014 16:40:53 -0500
parents 5a2cf3bb6f45
children 0e67bf5f96e4
files dotemacs.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dotemacs.el
+++ b/dotemacs.el
@@ -300,7 +300,9 @@
  '(diff-changed ((t (:foreground "orange"))))
  '(diff-file-header ((((class color) (background light)) (:background "lightblue" :bold t))))
  '(diff-header ((nil (:foreground "skyblue"))))
+ '(diff-refine-added ((t (:inherit diff-refine-change :background "#114411"))))
  '(diff-refine-change ((((class color) (min-colors 88) (background dark)) (:background "navyblue"))))
+ '(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"))))
  '(erc-input-face ((t (:foreground "yellow"))))