You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the kanagawa theme with fugitive, the diffs are not properly highlighted per themer diff settings.
While themer does set DiffAdd, DiffChange, DiffDelete, these do not appear to be linked to override the syntax/diff.vim defaults of diffAdded, diffRemoved, diffChanged as included from other plugins such as vim-fugitive.
I've addressed it in my local config with the following, but it should probably be merged into mapper.lua as it appears to apply to all themes:
When using the kanagawa theme with fugitive, the diffs are not properly highlighted per themer diff settings.
While themer does set DiffAdd, DiffChange, DiffDelete, these do not appear to be linked to override the syntax/diff.vim defaults of diffAdded, diffRemoved, diffChanged as included from other plugins such as vim-fugitive.
I've addressed it in my local config with the following, but it should probably be merged into
mapper.lua
as it appears to apply to all themes:Since syntax/diff.vim sets the fg color and themer sets the bg, I needed to disable the original fg highlights to get a more pleasing highlight.
The text was updated successfully, but these errors were encountered: