EdenEast / nightfox.nvim

🦊A highly customizable theme for vim and neovim with support for lsp, treesitter and a variety of plugins.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feature: The code in comments should have less saturation?

Atreyu-94 opened this issue · comments

Is your feature request related to a problem? Please describe.

Sometimes when there is code in comments, highlighting is very useful, however it can be difficult to distinguish between code or code in comments.

Describe the solution you'd like

I admit that it is super interesting to have the code in the comments colored, but I think it would be better to lower the saturation (even if the same tones are maintained).

This would help to differentiate between the comments and the code, and at the same time distinguish the elements (thanks to keeping the tone or color).

Describe alternatives you've considered

I don't know how to do it, so I think, it maybe can be useful.

Additional context

Sin título

This is currently not possible as there is no highlight group that defines that the highlight is in documentation.

For Example:

image

As you can see here treesitter says that this node is a bunch of values but the highlight group that is being applied is the final @type highlight.