Hund

Neovim changed their default colourscheme in version 0.10.0

June 1, 2024 | 2 Comments

I recently updated to Neovim 0.10.0. And as always, I didn’t read the changelog before updating. I can’t really think of any changes that would excite me, but it looks like I should have read the changelog this time though.

From the changelog for version 0.10.0:

Default color scheme has been updated to be “Nvim branded” and accessible.

I’m currently using the default colourscheme, and when I fired up Neovim after updating it, I was presented with some rather muted colours.

Two terminals with Neovim, showing of the old and new colours.
Before and after first updating to Neovim 0.10.0.

To solve this, I had to make the following two changes to my configuration file:

  1. Setting the colourscheme from default to vim.
  2. Adding the setting set notermguicolors.

After that, everything was back to normal for me again.

Meta

Comments (2)

Use the e-mail form, if you wish to leave feedback for this post. Markdown is supported. [Terms of service]

Anonomous
#1
September 3, 2025, 22:52

Thanks, mate! Updated to Debian 13 and neovim a few days ago. Stumbled over the muted colors but was too lazy to dig into it. Now I know what's going on.

Hund
#2
September 9, 2025, 09:37

You're welcome! :)