Closed karambaq closed 1 year ago
I'm having this issue as well, noticed after updating this plugin (was on 421ccc28df2b5c8aef06b40160d539684fd1e771
before).
Possibly related: I'm noticing a similar issue with the cmp popup, it doesn't seem to apply the same bg color as before.
I used your exact code in my init.lua
with Neovim 0.9, and the background of my Nvim-tree changed to #282828
.
Closing, feel free to reopen if you're still facing this issue.
I have done the following steps before reporting this issue:
Operating system/version
macOS
Terminal emulator/version
iTerm
$TERM environment variable
xterm-256color
Tmux version
none
Feature matrix
NVIM v0.8.3 Build type: Release LuaJIT 2.1.0-beta3 Скомпилирован brew@Ventura
Features: +acl +iconv +tui See ":help feature-compile"
/usr/local/Cellar/neovim/0.8.3/share/nvim"
Run :checkhealth for more info
Minimal vimrc that can reproduce this bug.
return { { "sainnhe/gruvbox-material", lazy = false, -- make sure we load this during startup if it is your main colorscheme priority = 1000, }, }
Steps to reproduce this bug using minimal vimrc
return { { "sainnhe/gruvbox-material", lazy = false, -- make sure we load this during startup if it is your main colorscheme priority = 1000, }, }
Expected behavior
I've overrided NvimTreeNormal but it still the same color
Actual behavior