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

bug: breaking change - nvim_get_color_by_name #199

Closed
haydenrou opened this issue Jan 7, 2024 · 2 comments · Fixed by #200
Closed

bug: breaking change - nvim_get_color_by_name #199

haydenrou opened this issue Jan 7, 2024 · 2 comments · Fixed by #200
Labels

Comments

@haydenrou
Copy link
Contributor

Neovim version (nvim -v)

0.9.4

Terminal / multiplexer

alacritty

Describe the bug

Looks like this was from a recent commit today

Screenshot 2024-01-07 at 18 03 05

Repro

require('rose-pine').setup({
	variant = 'moon',
	dark_variant = 'moon',
	bold_vert_split = false,
	dim_nc_background = false,
	disable_background = true,
	disable_float_background = true,
	disable_italics = false,

	groups = {
		background = 'NONE',
		background_nc = '_experimental_nc',
		panel = 'surface',
		panel_nc = 'base',
		border = 'highlight_med',
		comment = 'muted',
		link = 'iris',
		punctuation = 'subtle',

		error = 'love',
		hint = 'iris',
		info = 'foam',
		warn = 'gold',

		headings = {
			h1 = 'iris',
			h2 = 'foam',
			h3 = 'rose',
			h4 = 'gold',
			h5 = 'pine',
			h6 = 'foam',
		}
	},

	highlight_groups = {
		ColorColumn = { bg = 'NONE' },
		CursorLine = { bg = 'NONE', blend = 10 },
		StatusLine = { fg = 'love', bg = 'love', blend = 10 },
		Search = { bg = 'muted', inherit = false },
	}
})

vim.cmd('colorscheme rose-pine')
@haydenrou haydenrou added the bug label Jan 7, 2024
@haydenrou haydenrou changed the title bug: breaking change - usage of nvim_get_color_by_name bug: breaking change - nvim_get_color_by_name Jan 7, 2024
@mvllow
Copy link
Member

mvllow commented Jan 7, 2024

Thank you for the report! Should be resolved on main :)

@haydenrou
Copy link
Contributor Author

Seems like it, appreciate the fast response!

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

Successfully merging a pull request may close this issue.

2 participants