Add popup title bar color for NeoTree (#140)

This commit is contained in:
Will Leinweber 2023-03-08 16:10:19 +01:00 committed by GitHub
commit 6986ff21ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -340,6 +340,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 })