Right now when one_nvim_transparent_bg is true, the sign column and cursor line number look like this:
But they should have transparent backgrounds too.
This can be fixed with highlight SignColumn guibg=0 and highlight CursorLineNr guibg=0 but I think it should be part of the colorscheme.
Right now when one_nvim_transparent_bg is true, the sign column and cursor line number look like this: But they should have transparent backgrounds too.
This can be fixed with
highlight SignColumn guibg=0
andhighlight CursorLineNr guibg=0
but I think it should be part of the colorscheme.