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

How to change CocInlayHint colors? #305

Open
jonashaag opened this issue Nov 12, 2023 · 0 comments
Open

How to change CocInlayHint colors? #305

jonashaag opened this issue Nov 12, 2023 · 0 comments

Comments

@jonashaag
Copy link

Please excuse my naive question. I couldn't for the life of me figure out the right syntax to change the CocInlayHint colors. Here's what I have now, which has no effect:

return {
	{
		"projekt0n/github-nvim-theme",
		lazy = false, -- make sure we load this during startup if it is your main colorscheme
		priority = 1000, -- make sure to load this before all the other start plugins
		config = function()
			require("github-theme").setup({
				groups = {
					all = {
						CocInlayHint = { fg = '#ff0000', bg = '#0000ff' },
					}
				}
			})

			vim.cmd("colorscheme github_light_high_contrast")
		end,
	},
}
ful1e5 added a commit that referenced this issue Jan 19, 2024
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

1 participant