]> git.eshelyaron.com Git - emacs.git/commit
Fix diff-mode face problem when used in terminals (Bug#35695)
authorAnders Lindgren <andlind@gmail.com>
Wed, 15 May 2019 19:00:49 +0000 (21:00 +0200)
committerAnders Lindgren <andlind@gmail.com>
Wed, 15 May 2019 19:00:49 +0000 (21:00 +0200)
commit520aca2d890a051621b730b0a7e97dd07a546df4
tree646db24c52543c87eb3489053d66a0683a81402e
parentc3e838166800d5af4be66e80c2be276905a73486
Fix diff-mode face problem when used in terminals (Bug#35695)

In a terminal supporting 256 colors, both diff-added and diff-removed
was mapped to the same greyish color.

* lisp/vc/diff-mode.el: Modify the colors of diff-removed,
  diff-added, diff-refine-removed, and diff-refine-added when
  used in a 256 color environment.
lisp/vc/diff-mode.el