tiagovla / tokyodark.nvim

A clean dark theme written in lua for neovim.
453 stars 19 forks source link

Neovim 0.10.0 changes the highlight of some items #43

Open alessio-perugini opened 1 week ago

alessio-perugini commented 1 week ago

Neovim version

0.10.0

Minimal configuration

{ 'nvim-treesitter/nvim-treesitter', version = '^0.9.x', }

Description

In neovim 0.10.0, a lot of treesitter highlight groups got renamed. This makes a lot of colors applied by this color scheme to render as white. Same for LSP highlighting, here is the link to their article.

image Left nvim 0.9.5, right nvim 0.10.0

Using the latest 'nvim-treesitter/nvim-treesitter' + nvim 0.10.0 we have more disruption, also struct properties are no longer colored

image

tiagovla commented 6 days ago

Thank you, I will look into it!