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
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.
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
highlightlinkGitSignsCurrentLineBlameComment" or some other group
would make it display more visibly (in this case, by leveraging an already defined highlight group, for example).
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.
My config for
github-nvim-theme
is pretty tame.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 commandwould make it display more visibly (in this case, by leveraging an already defined highlight group, for example).
Possibly related issue: lewis6991/gitsigns.nvim#255
The text was updated successfully, but these errors were encountered: