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: [![correct look][1]][1] And here is how it looks in Neovim: [![wrong look][2]][2] 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. [1]: https://i.sstatic.net/ci6HS.png [2]: https://i.sstatic.net/9FOYF.png