-
-
Notifications
You must be signed in to change notification settings - Fork 147
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: Can't identify the selected text due to document highlights #277
Comments
I'm not familiar with LazyVim but you should be able to override via: require("rose-pine").setup({
highlight_groups = {
GroupName = { fg = "text", bg = "pine" } -- Or use a hex value
}
}) Happy to accept a PR that adds support for this in the theme :) |
@mvllow I found the issue.
|
@mvllow This is from the neovim documentation.
|
Appreciate the info. I see two solutions here:
If you're able to try either of these (or any other thoughts you may have) and share some screenshots of your favourite, I'm happy to implement it. |
@mvllow I like the first with May be just a little contrasty |
Thank you for the screenshots :) I do like the Visual being set to "overlay". The contrast isn't ideal but can be improved in the future—having something distinctive, even a little, is worth it. I've played around with using different opacities of our "muted" colour to replace all of our highlight colours which may give us more flexibility for cases where we need more shades for a neutral background. I think you could test these via If I have time, I'll try the shades of "muted". Otherwise we'll go with "overlay" for Visual :) |
@mvllow Inverse of highlight seems appealing in visual mode But looks weird when in normal mode with cursor line |
@mirsella I would do |
Any more thoughts on this? or are you still wanting to use |
|
I was asking the maintainer because I wanted to know if the plan was to have this added as default behavior or not. Then it would be applied so it'd fix the issue for everyone, and you wouldn't have to do it in your config. |
I think setting "Visual" to "overlay" is good :) You never know what else is linking to that group and if it will break things but life is short |
Oh, the cursorline is set to "overlay"—that's probably why we used something different. I'm trying out this for visual: require("rose-pine").setup({
highlight_groups = {
Visual = { bg = "iris", blend = 15 },
},
})
|
Neovim version (nvim -v)
v0.11.0-dev+0e3e1e6
Terminal / multiplexer
Alacritty
Describe the bug
I have created a bug in LazyVim but it seems it's an issue in the colorscheme. You can find more information here.
LazyVim/LazyVim#3785
Repro
No response
The text was updated successfully, but these errors were encountered: