shaunsingh / nord.nvim

Neovim theme based off of the Nord Color Palette, written in lua with tree sitter support
GNU General Public License v2.0
803 stars 107 forks source link

IncSearch bg color #89

Closed pehweihang closed 2 years ago

pehweihang commented 2 years ago

When searching and replace with confirmation, its impossible to see the current selection.

image_2022-03-26_23-19-28

powelleric commented 2 years ago

This is an issue for me too. Has anyone found a resolution for this? It is a dealbreaker for me

EDIT: I went back to the original nord scheme and got the exact settings. highlight Search ctermfg=0 ctermbg=6 guifg=#3B4252 guibg=#88C0D0 gui=NONE. I added that after colorscheme nord. Note, the gui=NONE is necessary to counteract the gui=reverse set by this plugin.

antoineco commented 2 years ago

@shaunsingh I believe this can now be closed?