Add popup title bar color for NeoTree

This commit is contained in:
Will Leinweber 2023-03-08 15:14:28 +01:00
commit cafe4a2ebc

View file

@ -328,6 +328,9 @@ function M._load(options)
h('NvimTreeSpecialFile', { link = 'NvimTreeNormal' })
h('NvimTreeWindowPicker', { fg = p.love, bg = p.love, blend = 10 })
-- nvim-neo-tree/neo-tree.nvim
h('NeoTreeTitleBar', { fg = p.surface, bg = p.pine })
-- folke/which-key.nvim
h('WhichKey', { fg = p.iris })
h('WhichKeyGroup', { fg = p.foam })