feat!: rework highlight groups to accept more than just text color. Replace colors option with highlights#168
Merged
vuki656 merged 1 commit intovuki656:masterfrom Sep 21, 2025
Conversation
8f23fee to
b021130
Compare
vuki656
approved these changes
Sep 19, 2025
Owner
vuki656
left a comment
There was a problem hiding this comment.
Looks great. Thanks for the PR!
Just a few small things.
25bd0e4 to
6b3f35d
Compare
…eplace `colors` option with `highlights` * feat!: rework highlight groups to accept more than just text color. - Check [:help nvim_set_hl()](https://neovim.io/doc/user/api.html#nvim_set_hl()) for supported attributes. - Replace `colors` with `hightlights` option. Fully backward-compatible with old `colors` but a warn notification will show up. - Docs: updated with new highlights option. - Compatible with nvim 0.6.0 * fix: - Lazy loading highlight group. - Highlight group merge priority: user setup options > color scheme > default * test: - Updated with new highlights options.
6b3f35d to
7f0e285
Compare
This was referenced Sep 21, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat!: rework highlight groups to accept more than just text color.
colorswithhightlightsoption. Fully backward-compatible with oldcolorsbut a warn notification will show up.fix:
test:
Closes:
Deprecate current color configuration #93
[BUG] Plugin doesn't work when lazy loaded #141
[BUG] No Colors for both
up_to_dateandoutdated#155