-
-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inconsistent background color of current line blame #336
Labels
bug
Something isn't working
Comments
Thanks for reporting, I can reproduce |
lewis6991
added a commit
that referenced
this issue
Aug 24, 2021
1 task
Does the above PR fix the issue? |
It works well now. Thanks for fixing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
By default, the highlight group of blame is linked to Nontext, but the background color of the text seems inconsistent though the bg color in highlight group is transparent.
If I add
hl_mode=true
to the extmark setting of the blame, the background color becomes normal.Perhaps the option should be built in the plugin?
Neovim version
NVIM v0.6.0-dev+142-g5a111c1b0
Operating system and version
Linux
Steps to reproduce
Toggle current line blame provided by the plugin. Then set cursorline or try other methods to render a different color for current line. In the description, I use
:Gitsigns toggle_linehl
for better contrast.Expected behavior
Actual behavior
Gitsigns debug messages
No response
Minimal config
I've not tested with a minimal config, I just reset the colorscheme but the problem still exists.
The text was updated successfully, but these errors were encountered: