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
I've tried a new plugin lukas-reineke/indent-blankline.nvim instead of Yggdroot/indentLine and noticed it uses Whitespace setting for colors.
For now, I use this cmd to align colors vim.cmd("highlight Whitespace guifg=" .. (vim.g.terminal_color_13) .. " gui=nocombine"), but I suggest adding this setting to neordark colorscheme too.
I didn't try, but I guess this line would help
call s:hi('Whitespace', s:base3, '', '')
The text was updated successfully, but these errors were encountered:
I've tried a new plugin
lukas-reineke/indent-blankline.nvim
instead ofYggdroot/indentLine
and noticed it uses Whitespace setting for colors.For now, I use this cmd to align colors
vim.cmd("highlight Whitespace guifg=" .. (vim.g.terminal_color_13) .. " gui=nocombine")
, but I suggest adding this setting to neordark colorscheme too.I didn't try, but I guess this line would help
The text was updated successfully, but these errors were encountered: