add background to diff-refine-change to show whitespace changes

- see `smerge-refine-ignore-whitespace`
This commit is contained in:
Le Wang 2012-10-08 22:07:29 +08:00
parent 3265405192
commit 5d0f4d234b
1 changed files with 3 additions and 3 deletions

View File

@ -237,7 +237,7 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(diff-changed ((t (,@fmt-revr ,@fg-yellow))))
(diff-removed ((t (,@fmt-revr ,@fg-red))))
(diff-refine-change
((t (,@fmt-revr ,@fg-blue ,@bg-back))))))
((t (,@fmt-revr ,@fg-blue ,@bg-base01))))))
(low
`((diff-added ((t (,@fmt-undr ,@fg-green))))
(diff-changed ((t (,@fmt-undr ,@fg-yellow))))
@ -250,11 +250,11 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(diff-changed ((t (,@fmt-bold ,@fg-yellow))))
(diff-removed ((t (,@fmt-bold ,@fg-red))))
(diff-refine-change
((t (,@fmt-bold ,@fg-blue ,@bg-back)))))
((t (,@fmt-bold ,@fg-blue ,@bg-base01)))))
`((diff-added ((t (,@fg-green))))
(diff-changed ((t (,@fg-yellow))))
(diff-removed ((t (,@fg-red))))
(diff-refine-change ((t (,@fg-blue ,@bg-back))))))))
(diff-refine-change ((t (,@fg-blue ,@bg-base01))))))))
(diff-file-header ((t (,@bg-back))))
(diff-header ((t (,@fg-base1 ,@bg-back))))
;; IDO