Th3Whit3Wolf / one-nvim

Atom one theme
MIT License
113 stars 23 forks source link

Sign column and cursor line number should be transparent when one_nvim_transparent_bg is true #20

Open cubetastic33 opened 3 years ago

cubetastic33 commented 3 years ago

Right now when one_nvim_transparent_bg is true, the sign column and cursor line number look like this: image 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.