add NvimTreeWindowPicker

This commit is contained in:
mvllow 2021-08-26 16:40:40 -05:00
commit 5885e44602

View file

@ -297,6 +297,8 @@ theme.plugins = {
NvimTreeGitRenamed = { fg = p.pine },
NvimTreeGitStaged = { fg = p.iris },
NvimTreeWindowPicker = { fg = p.base, bg = p.iris },
-- which-key.nvim
-- https://github.com/folke/which-key.nvim
WhichKey = { fg = p.iris },