mathiasbynens / dotfiles

:wrench: .files, including ~/.macos — sensible hacker defaults for macOS

Home Page:https://mths.be/dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vim background color makes it hard to read text

serv opened this issue · comments

Screen Shot 2020-04-20 at 1 25 05 PM

Does anyone else have this problem?

The vim's background looks grey and it makes the text hard to read. Any idea how to make the background black?

I think this may be caused by a conflict between the colorscheme set in your iterm profile, and the one in your vim config. Try changing your vim colorscheme to default via :colorscheme default, or messing around with your iTerm profile's Colors settings.

I disabled solarized theme and started using :colorscheme default as you suggested.