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
Is your feature request related to a problem? Please describe.
The inline blame is completely invisible if cursorline is turned on, since the color of the blame text and the color of the cursorline are the same. I'm assuming that this is not an issue with all colorschemes, but I would imagine it would be an issue with many.
Describe the solution you'd like
A config option to change the color of the text or providing a default that is less likely to be obscured would both work.
Additional context
I am using Neovim 0.5 with this fork of the nord theme that has support for treesitter.
The text was updated successfully, but these errors were encountered:
You can already customize this since the current_line_blame has its own highlight GitSignsCurrentLineBlame, you just need to define it. Something like highlight link GitSignsCurrentLineBlame Visual will work. You may want to raise a PR for nord to fix this.
Is your feature request related to a problem? Please describe.
The inline blame is completely invisible if
cursorline
is turned on, since the color of the blame text and the color of the cursorline are the same. I'm assuming that this is not an issue with all colorschemes, but I would imagine it would be an issue with many.Describe the solution you'd like
A config option to change the color of the text or providing a default that is less likely to be obscured would both work.
Additional context
I am using Neovim 0.5 with this fork of the nord theme that has support for treesitter.
The text was updated successfully, but these errors were encountered: