Shatur / neovim-ayu

Ayu theme for Neovim.
GNU General Public License v3.0
416 stars 42 forks source link

Add support for `nvim-treesitter-context` #34

Closed rami3l closed 8 months ago

rami3l commented 8 months ago

Hi, thanks a lot for making this wonderful theme!

nvim-treesitter-context uses the highlight group TreesitterContext to change the colors of the context (e.g. the current function). This highlight is used to distinguish the context from the rest of the buffer.

demo

However, the fallback is NormalFloat which makes the context almost identical with the rest of the buffer (note the context lines numbered 10 and 3):

image

It would be nice if this situation can be improved, thanks a lot in advance!

Shatur commented 8 months ago

Hi, glad you like it. I'm not using this plugin, but feel free to submit a PR with the suggested colorization.