Shatur / neovim-ayu

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

No colors for LSP Inlay Hints #44

Open Ivan-Voronyuk opened 4 days ago

Ivan-Voronyuk commented 4 days ago

ISSUE DESCRIPTION There are no colors for LSP Inlay Hints in the theme. So inlay hints blend in with background:

image

Here is what I could see with "tokyonight-night" theme (the default for LazyVim) and the same piece of code:

image

POSSIBLE BACKGROUND According to the "highlight" cmd, LspInlayHints color links to NonText color by default, which seems to be "emptiness". So you cannot see inlay hints as they blend in with background. (Whitespace color also referes to NonText)

This also applies to LspCodeLens and some other colors.

CONFIG I mostly use the default LazyVim config. The plugin is added via { "Shatur/neovim-ayu" } line. lsp-colors do not help somehow

AYU is one of the best themes I have seen, but I can't use it without such a feature (like you don't see some of the code on the screen)

Shatur commented 4 days ago

Thanks for the report! I would appreciate a pull request with a fix since I don't use inlay hints.