Abstract-IDE / Abstract-cs

Colorscheme for (neo)vim written in lua, specially made for roshnivim with Tree-sitter support.
87 stars 9 forks source link

Better highlight on hilighted search in visual mode? #9

Open tmpm697 opened 1 year ago

tmpm697 commented 1 year ago

highlighted statement (the 2nd one) in selecting block give it color that hard to see, as below image: screenshot-latest

shaeinst commented 1 year ago

i just tried it by changing to different colors. it's very hard to find the good color for search highlight based on current theme.

tmpm697 commented 1 year ago

why don't just keep color like the 1st one? you don't need to change it at all. i don't see the case for changing it.

shaeinst commented 1 year ago

when you're in visual mode and cursor is in highlighted text, text's foreground colors adopts the search highlight's foreground color. in this case, background is orange and foreground color is black. that's why you're seeing black color in your screenshot.

tmpm697 commented 1 year ago

so, there's must be a highlighted_candidate_in_visual_mode to fix this. does nvim/vim expose this kind of highlight?

shaeinst commented 1 year ago

"It has been a long time since I looked at Neovim's highlight documentation. I have been busy these days, but I will look it up when I have free time."