cocopon / iceberg.vim

:antarctica: Bluish color scheme for Vim and Neovim
https://cocopon.github.io/iceberg.vim/
MIT License
2.22k stars 132 forks source link

Colors Changed After Updating Neovim to Version 10 #117

Closed dk0bzar closed 1 month ago

dk0bzar commented 5 months ago

Environment:

If you have a trouble with coloration and are using Vim/Neovim with terminal:

image 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.)

cocopon commented 5 months ago

Hi, providing a summary would help the maintainers and make it easier for them to assist you.

cocopon commented 4 months ago

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, ...)

image