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

Update Search fg color #67

Closed Yogaflre closed 2 years ago

Yogaflre commented 2 years ago

Update Search fg color same as IncSearch bg color(nord10_gui).

66

powelleric commented 2 years ago

I'm having trouble with the search colors. My issue is the same as here. Are there any options I can tweak so that the cursor is visible when performing a search?

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.