wasamasa / gotham-theme

Code never sleeps in Gotham City.
GNU General Public License v3.0
137 stars 13 forks source link

Improve diff-refine-* faces #68

Closed stakemori closed 7 years ago

stakemori commented 7 years ago

I use magit with (setq magit-diff-refine-hunk t). With this configuration, magit uses diff-refine-hunk when showing diff. But with this theme, there seems to be no difference between (setq magit-diff-refine-hunk t) and (setq magit-diff-refine-hunk nil).

Please consider to improve faces diff-refine-added, diff-refine-changed and diff-refine-removed. For example with :inverse-video t, I see a difference.

wasamasa commented 7 years ago

Thanks for the hint, I didn't know about this Magit option.