Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Theme Uses Grey Instead of White in Mac #97

Open
husainaloos opened this issue Jul 27, 2019 · 1 comment
Open

Theme Uses Grey Instead of White in Mac #97

husainaloos opened this issue Jul 27, 2019 · 1 comment

Comments

@husainaloos
Copy link

husainaloos commented Jul 27, 2019

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.

image

Some info that might help finding out the root cause:

  1. I use nvim
  2. I use mac terminal (the default one)
  3. echo $TERM returns xterm-256color
  4. 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.
  5. I am simply using colorscheme one and set background=light
  6. 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?)
  7. If I use vim without theme, the background is white.

Any help is appreciated.

@rakr
Copy link
Owner

rakr commented Sep 26, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants