How to properly set highlight group on git-blame? #1008
Unanswered
jakubkozlowicz
asked this question in
Q&A
Replies: 1 comment
-
|
This is not really the place to ask this. However, you first will have to figure out what hl group is used there. Check the blame.nvim docs. Then check if you can change the group or if tokyonight already defines the group. Feel free to submit a PR with better hl groups for tokyonight |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
How to properly set highlight group colours for the git-blame plugin when using cursor line option?
I have following code for the plugin.
As you can see the background of the blame message does not match the cursor line background. Is there any option to set matching styles?
I use the tokyonight moon colorscheme.
Beta Was this translation helpful? Give feedback.
All reactions