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
If you have a trouble with coloration and are using Vim/Neovim with terminal:
Does your Vim support full colors? (:set termguicolors)
Does your terminal support full colors? (e.g. Terminal.app doesn't support it)
After updating Neovim to version 10, I noticed that my color scheme has changed. The attached photo illustrates the differences:
Left: Arch Linux with Neovim v0.10.0
Right: Ubuntu with Neovim v0.7.2
For some reason, the color of the autocomplete menu has changed, and a white line has been added to the Nerdtree plugin. What Causes the Problem:
I believe this issue arises because Neovim updated its default colors. To revert to the old colors, I need to set colorscheme vim. How can it be fixed:
Set colorscheme vim before setting iceberg; possibly iceberg must be updated to do that after their hi clear. Otherwise my only option is to stick to Nvim 0.9.5. (The problem is that Iceberg doesn't set a full colorscheme but implicitly relies on some default links, which it shouldn't because it's not robust.)
The text was updated successfully, but these errors were encountered:
Environment:
:version
): NVIM v0.10.0If you have a trouble with coloration and are using Vim/Neovim with terminal:
:set termguicolors
)After updating Neovim to version 10, I noticed that my color scheme has changed. The attached photo illustrates the differences:
For some reason, the color of the autocomplete menu has changed, and a white line has been added to the Nerdtree plugin.
What Causes the Problem:
I believe this issue arises because Neovim updated its default colors. To revert to the old colors, I need to set colorscheme vim.
How can it be fixed:
Set colorscheme vim before setting iceberg; possibly iceberg must be updated to do that after their
hi clear
. Otherwise my only option is to stick to Nvim 0.9.5. (The problem is that Iceberg doesn't set a full colorscheme but implicitly relies on some default links, which it shouldn't because it's not robust.)The text was updated successfully, but these errors were encountered: