Closed dk0bzar closed 1 month ago
Hi, providing a summary would help the maintainers and make it easier for them to assist you.
Thank you for updating the details.
It seems to be working fine in my environment... is there maybe another reason for this problem? (e.g. the config file, plugins, ...)
:version
NVIM v0.10.0
Build type: Release
LuaJIT 2.1.1716656478
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.)