mathiasbynens / dotfiles

:wrench: .files, including ~/.macos — sensible hacker defaults for macOS
https://mths.be/dotfiles
MIT License
30.21k stars 8.74k forks source link

Vim background color makes it hard to read text #920

Closed serv closed 3 years ago

serv commented 4 years ago

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?

jamesacoughlin commented 3 years ago

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.

serv commented 3 years ago

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