ryu1kn / vscode-partial-diff

Visual Studio Code Extension. Take a diff of 2 parts of text(s)
https://marketplace.visualstudio.com/items?itemName=ryu1kn.partial-diff
MIT License
184 stars 15 forks source link

How to change the background color? #20

Closed slovebj closed 6 years ago

slovebj commented 6 years ago

How to change the background color? The background color difference between the different text and the surrounding text is not obvious, how can it be modified into a more different background color? Thank you!

ryu1kn commented 6 years ago

Hi @slovebj , for these kind of issues, providing screenshots would be really helpful 😉

Anyway, isn't that also true for any other diffs that are not generated by Partial Diff, like git diff view or compare 2 files view? as Partial Diff does nothing about the colouring.

If the problem exists with other diff views, I think it's because of the theme.

https://code.visualstudio.com/docs/getstarted/theme-color-reference#_diff-editor-colors

ryu1kn commented 6 years ago

Did my comment answer your question? I'm closing this.