Skip to content
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

gitsigns.nvim blame line dark, missing color for the GitSignsCurrentLineBlame highlight group #156

Closed
rgcv opened this issue Jan 4, 2022 · 0 comments
Assignees
Labels
assigned Under progress.
Projects

Comments

@rgcv
Copy link

rgcv commented Jan 4, 2022

First off, lovely theme, pretty nice integrations with other plugins too 👍

I've found that when using gitsigns.nvim's current line blame toggle, the blame line is pitch black or obscured, which makes it hard to read.

20220104T155503+0000

My config for github-nvim-theme is pretty tame.

config = function()
  require('github-theme').setup({
    theme_style = 'dark_default',
    transparent = true
  })
end

It could be that this could go away if a specific color setting for the GitSignsCurrentLineBlame group is added. I've found manually issuing the following command

highlight link GitSignsCurrentLineBlame Comment " or some other group

would make it display more visibly (in this case, by leveraging an already defined highlight group, for example).

Possibly related issue: lewis6991/gitsigns.nvim#255

@ful1e5 ful1e5 added the assigned Under progress. label Jan 5, 2022
@ful1e5 ful1e5 self-assigned this Jan 5, 2022
@ful1e5 ful1e5 added this to To do in Workboard via automation Jan 5, 2022
@ful1e5 ful1e5 closed this as completed in 19c1f17 Jan 5, 2022
Workboard automation moved this from To do to Done Jan 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned Under progress.
Projects
Development

No branches or pull requests

2 participants