Reputation: 2767
My screen looks like this when I open vim in iTerm2, when it is supposed to look like this.
When I open vim in Macvim, it looks as it is supposed to.
I have tried:
hi Normal ctermbg=16
in my vimrcDoes anyone have any ideas for diagnosis or solving this?
Thanks in advance.
Upvotes: 1
Views: 601
Reputation: 196546
The colorscheme you are using depends on the 16 "ANSI" (yes I know, there's no such thing as "ANSI" colors and so on but that's how they are called everywhere so let's keep it simple and… incorrect, shall we?) defined in your terminal emulator.
If you want Vim to look like that screenshot, you'll need to set up iTerm to use that colorscheme's specific colors. This could be done manually but the author has added a preset to his repo.
How to use a preset:
Upvotes: 1