shaunsingh / nord.nvim

Neovim theme based off of the Nord Color Palette, written in lua with tree sitter support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'nord_disable_background' should apply to all telescope floating windows

crdueck opened this issue · comments

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?