You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a mac user and use the default mac terminal. When I installed the theme, and when using the light theme, the background becomes grey instead of white.
Some info that might help finding out the root cause:
I use nvim
I use mac terminal (the default one)
echo $TERM returns xterm-256color
I tested my vimrc file without anything but vim-one and I am still getting grey background. So it is not related to any other configuration.
I am simply using colorscheme one and set background=light
I ran :highlight Normal ctermfg=white ctermbg=white and suprisingly it used grey instead of white background (which probably indicates the problem is nothing to do with the theme?)
If I use vim without theme, the background is white.
Any help is appreciated.
The text was updated successfully, but these errors were encountered:
The default background in light mode is a light grey #fafafa.
I think you ran into a limitation of Vim where it is not possible to change the color of Normal background.
I am a mac user and use the default mac terminal. When I installed the theme, and when using the light theme, the background becomes grey instead of white.
Some info that might help finding out the root cause:
echo $TERM
returnsxterm-256color
vimrc
file without anything but vim-one and I am still getting grey background. So it is not related to any other configuration.colorscheme one
andset background=light
:highlight Normal ctermfg=white ctermbg=white
and suprisingly it used grey instead of white background (which probably indicates the problem is nothing to do with the theme?)Any help is appreciated.
The text was updated successfully, but these errors were encountered: