molokai icon indicating copy to clipboard operation
molokai copied to clipboard

Vimdiff unreadable text

Open vellvisher opened this issue 11 years ago • 2 comments
trafficstars

Hello, while seeing the vimdiff of a php file, the text which is being changed is often unreadable with the highlighting. Any fix for this?

image

vellvisher avatar Mar 15 '14 05:03 vellvisher

Does it only happen for php files? Is this GUI or console?

tomasr avatar Apr 12 '14 01:04 tomasr

Actually, it happens because the background color of DiffText is too similar to the syntax color of the isset function of PHP.

I'm guessing it'll happen whenever the two values are close together.

On the GUI, DiffText and DiffChange have the same background value so it is not evident. For the console, they have different values. Not sure what the best solution would be for this.

On Sat, Apr 12, 2014 at 9:13 AM, Tomas Restrepo [email protected]:

Does it only happen for php files? Is this GUI or console?

— Reply to this email directly or view it on GitHubhttps://github.com/tomasr/molokai/issues/31#issuecomment-40267942 .

vellvisher avatar Apr 15 '14 09:04 vellvisher