We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi!
Could we add specific highlighting for LspInlayHint? By default it's linked to NonText, but I think it's best to add background for it as well.
LspInlayHint
NonText
For now I've added custom highlighting:
require("onenord").setup({ ... custom_highlights = { LspInlayHint = { fg = colors.light_gray, bg = colors.active }, ..., } }
Which produces:
This looks nice, but we might wanna consider smth more in-line with the colorscheme.
Thanks for a great theme!
The text was updated successfully, but these errors were encountered:
Hey there, sure, I can add it quickly and no problem, I'm glad you like the theme! 😄
Sorry, something went wrong.
feat: add LspInlayHint highlight #70
222839e
I tried a few different things but I think I like what you have already. If you have something else in mind, let me know!
nice! thanks a lot!
No branches or pull requests
Hi!
Could we add specific highlighting for
LspInlayHint
? By default it's linked toNonText
, but I think it's best to add background for it as well.For now I've added custom highlighting:
Which produces:
This looks nice, but we might wanna consider smth more in-line with the colorscheme.
Thanks for a great theme!
The text was updated successfully, but these errors were encountered: