mmanela / diffplex

DiffPlex is Netstandard 1.0+ C# library to generate textual diffs.
Apache License 2.0
1.01k stars 184 forks source link

sample code ForegroundColor issues #57

Closed daveyostcom closed 4 years ago

daveyostcom commented 4 years ago

• I thought Gray might be a better compromise here for dark mode or not. YMMV. • Isn't Red more usual for deletions? • The code leaves the console with a different ForegroundColor.

mmanela commented 4 years ago

@daveyostcom Can you paste screen shot?

daveyostcom commented 4 years ago

Disregard my Red-Green confusion. The colors are used correctly.

daveyostcom commented 4 years ago

Showing unchanged lines in gray: image Showing unchanged lines in white makes them invisible.