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

Merge canary #114

Merged
merged 17 commits into from
Feb 22, 2023
Merged

Merge canary #114

merged 17 commits into from
Feb 22, 2023

Conversation

mvllow
Copy link
Member

@mvllow mvllow commented Jan 8, 2023

Before merging:

Breaking changes

  • Use vim.api.nvim_set_hl for highlights
- highlight_groups = { Comment = { fg = 'muted', style = 'italic' } }
+ highlight_groups = { Comment = { fg = 'muted', italic = true } }

Features

  • Support the blend key; Colours are blended against "base", or primary background
highlight_groups = {
  StatusLine = { fg = 'love', bg = 'love', blend = 10 }
}

Example:

```
{
	highlight_groups = {
		StatusLine = { bg = 'love', blend = 10 }
	}
}
```
@mvllow mvllow mentioned this pull request Feb 21, 2023
@mvllow mvllow marked this pull request as ready for review February 22, 2023 19:24
@mvllow mvllow merged commit 4eac261 into main Feb 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant