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

'nord_disable_background' should apply to all telescope floating windows #62

Closed crdueck closed 2 years ago

crdueck commented 2 years ago

First off, thanks for your work on this colorscheme.

I'd like to use my terminal's background colour throughout neovim's UI. I'm reproducing with a minimal init.lua which installs packer, nord.nvim and configures the colorscheme

vim.g.nord_disable_background = true
require("nord").set()

The theme looks correct for the main editing window and telescope's file preview, but the Results and Find Files floating windows aren't using the terminal background.

Screen Shot 2021-10-27 at 11 58 19 AM

How can I configure nord.nvim so that all of telescope's floating windows use the terminal background color?