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

Add inlay hints support #70

Closed
stevanmilic opened this issue Jun 23, 2023 · 3 comments
Closed

Add inlay hints support #70

stevanmilic opened this issue Jun 23, 2023 · 3 comments

Comments

@stevanmilic
Copy link

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.

For now I've added custom highlighting:

require("onenord").setup({
    ...
	custom_highlights = {
		LspInlayHint = { fg = colors.light_gray, bg = colors.active },
		...,
     }
}

Which produces:
image

This looks nice, but we might wanna consider smth more in-line with the colorscheme.

Thanks for a great theme!

@rmehri01
Copy link
Owner

Hey there, sure, I can add it quickly and no problem, I'm glad you like the theme! 😄

rmehri01 added a commit that referenced this issue Jun 26, 2023
@rmehri01
Copy link
Owner

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!

@stevanmilic
Copy link
Author

nice! thanks a lot!

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