-
Notifications
You must be signed in to change notification settings - Fork 44
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
[feature request: inverse matches #35
Comments
Hi, I think your images aren't showing up for me but I think I get the idea. Something like this? It doesn't look as nice for visual mode though since right now there is no foreground: Would you want visual/selection to look the same as the match paren one (dark blue on yellow) or do you have something else in mind? |
Yeah this is exactly I am looking for! How can I reverse the visual selection? require('onenord').setup({
borders = true, -- Split window borders
bold = {
functions = true,
},
custom_highlights = {
TSDefinitionUsage = { style = "reverse" },
MatchParen = { style = "reverse" },
Visual = { style = "reverse" },
},
}) |
Yup, I'll add the inversed match paren as an option but I think that the visual one may be less common so I'll leave it out for now! |
In https://github.com/srcery-colors/srcery-vim there is an option to inverse the colour of matches and match parenthesis of treesitter-highlight module or a / search:
image
image
Could you please add a similar feature to onenord? Because I think this can improve visibility of these matches, as you see its currently a bit hard to see without inverse colours.
image
The text was updated successfully, but these errors were encountered: