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

Colors Changed After Updating Neovim to Version 10 #117

Closed
2 tasks done
dk0bzar opened this issue May 30, 2024 · 2 comments
Closed
2 tasks done

Colors Changed After Updating Neovim to Version 10 #117

dk0bzar opened this issue May 30, 2024 · 2 comments

Comments

@dk0bzar
Copy link

dk0bzar commented May 30, 2024

Environment:

  • OS: Arch Linux
  • Vim (:version): NVIM v0.10.0
  • Terminal: xfce4-terminal

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)

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

@cocopon
Copy link
Owner

cocopon commented Jun 2, 2024

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

  • What is the problem?
  • What is the cause?
  • How can it be fixed?

@dk0bzar dk0bzar changed the title Iceberg neovim 0.10 issue Colors Changed After Updating Neovim to Version 10 Jun 2, 2024
@cocopon
Copy link
Owner

cocopon commented Jun 19, 2024

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

  • macOS 13.6.7
  • iTerm2 3.5.2
  • NVIM v0.10.0
    :version
    NVIM v0.10.0
    Build type: Release
    LuaJIT 2.1.1716656478
    
image

@dk0bzar dk0bzar closed this as completed Sep 8, 2024
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