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

How to turn off TelescopeSelection by init file #86

Open ForteDexe opened 2 years ago

ForteDexe commented 2 years ago

I want to turn this off, which command I should use to overwrite it in init file ?

image

Thank you :)

Hierosme commented 1 year ago

The line you comment look totaly not correct... Same for the Matching color.

A line selection can't be just a forground blue color.

You workarround force the default selection, then i simply fixe Selection and Matching for be a true select line and a true Match.

I got the exact same result as you expect...

I commit a PR asap

Regards