sindrets / diffview.nvim

Single tabpage interface for easily cycling through diffs for all modified files for any git rev.
Other
3.6k stars 101 forks source link

Highlights #398

Closed AndreM222 closed 11 months ago

AndreM222 commented 1 year ago

Hi, I am trying to set up my dracula theme setup to work with the highlights. But why does it look like you have many types. I can see you have red, green, blue, and the dashed ones.

image

image

image

sindrets commented 11 months ago

We're only using the default diff highlights described under :h hl-DiffAdd. The screenshot you shared also uses our :h diffview-config-enhanced_diff_hl config option, which does some smart 'winhl' linking depending on the layout. Check the help page to see an explanation of what it does.