I'm having a trouble with Neovim colors when using my vimrc file as Neovim's init.vim.
Here's the expected look, how it looks in Vim:
And here is how it looks in Neovim:
I guess that's because of the :set background? shows:
background=dark although it's obviously light and it's set as set background=light in the init.vim file.

