KeitaNakamura / neodark.vim

A dark color scheme for vim
410 stars 34 forks source link

Color for Whitespace #26

Open fuelen opened 3 years ago

fuelen commented 3 years ago

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, '', '')