spacemacs-theme icon indicating copy to clipboard operation
spacemacs-theme copied to clipboard

[Includes suggested fix]: Ediff highlights rather unreadable

Open ianyepan opened this issue 5 years ago • 2 comments
trafficstars

Here is a screenshot that showcases the highlights in ediff. Sadly, the high contrast of colours appear to be rather unreadable.

Screenshot 2020-03-22 at 22 26 28

My fix:

I've been experimenting with the colours and decide to use the ones from magit diffs:

(ediff-fine-diff-A        ((t (:background "#663333" :foreground "#eecccc" :extend t))))
(ediff-fine-diff-B        ((t (:background "#336633" :foreground "#cceecc" :extend t))))
(ediff-fine-diff-C        ((t (:background "#333366" :foreground "#ccccee" :extend t))))

Here is the result.

Screenshot 2020-03-22 at 22 25 34

IMHO, this looks a lot more consistent with the design principle of the rest of the colourscheme, and also improves readability of diff hunks.

ianyepan avatar Mar 22 '20 14:03 ianyepan

Your fix does look much better, I just need to find the time and prepare the alternative set of colors for the light variant. :+1:

nashamri avatar Mar 31 '20 21:03 nashamri

Absolutely! P.s. Magit does have some good colour choices that might of help :) Thx again for considering the change!

ianyepan avatar Apr 01 '20 13:04 ianyepan