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

Don't override TelescopeNormal highlight #63

Closed crdueck closed 2 years ago

crdueck commented 2 years ago

Overriding this highlight causes some Telescope floating windows to not respect the nord_disable_background setting.


This should resolve https://github.com/shaunsingh/nord.nvim/issues/62. I tested it with nord_disable_background on/off and the highlighting looks correct for me.

shaunsingh commented 2 years ago

Was looking for this, thanks!