Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No colors for LSP Inlay Hints #44

Open
Ivan-Voronyuk opened this issue Sep 24, 2024 · 1 comment
Open

No colors for LSP Inlay Hints #44

Ivan-Voronyuk opened this issue Sep 24, 2024 · 1 comment

Comments

@Ivan-Voronyuk
Copy link

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
Copy link
Owner

Shatur commented Sep 24, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants