navarasu / onedark.nvim

One dark and light colorscheme for neovim >= 0.5.0 written in lua based on Atom's One Dark and Light theme. Additionally, it comes with 5 color variant styles
MIT License
1.53k stars 155 forks source link

Feature request: inverse selection and search #33

Open quantum-booty opened 2 years ago

quantum-booty commented 2 years ago

In https://github.com/srcery-colors/srcery-vim there is an option to inverse the colour of search / and ? matches, as well as visual selection. image Could you please add a similar feature to onedark? Because I think this can improve visibility of search and visual selection.

In srcery these are the relevant options:

g:srcery_inverse
g:srcery_inverse_matches
xeluxee commented 2 years ago

In the meantime you can customize highlights: see here

H4ckint0sh commented 2 years ago

@xeluxee And how would you do that?

xeluxee commented 2 years ago

Customize Visual, Search and IncSearch highlight groups. See customization