-
Notifications
You must be signed in to change notification settings - Fork 454
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
[neovim] Background color not displaying in neovim #11
Comments
I believe this to be solved it with this #19. |
@patrl, try to add It works for me in iTerm2 |
I also have this problem on xterm. But the neovim background is not that of the terminal either. |
@dukebarman Is correct. Issue boils down to the I'll be working on a more hardened fix for this over the next several days as time allows. (Just a warning: Things might get a worse before they get better, but just bear with me) |
Related to #59 perhaps ? |
Should be fixed now. Let me know otherwise. |
Issue still exists for me. Shougo/dein.vim for a plugin manager. |
@loganbickmore Do you have |
@dsifford With |
I'm convinced the 'green screen' effect is caused by setting |
Could also be related to the |
@benknoble That's also what I suspected. I don't believe urxvt has truecolor support. @loganbickmore can you try unsetting |
@dsifford |
@loganbickmore No worries. Glad we could get it sorted out 👍 |
When using the dracula theme in neovim, the terminal background color appears to override the theme background color. This is illustrated below, with urxvt on the left and st on the right, showing that this issue is independent of the terminal emulator used.
Here is my init.vim (note that I used vim-plug to install the dracula theme):
The text was updated successfully, but these errors were encountered: