mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
Add popup title bar color for NeoTree (#140)
This commit is contained in:
parent
576c0d2cb1
commit
8e66255eee
1 changed files with 3 additions and 0 deletions
|
|
@ -340,6 +340,9 @@ function M._load(options)
|
||||||
h('NvimTreeSpecialFile', { link = 'NvimTreeNormal' })
|
h('NvimTreeSpecialFile', { link = 'NvimTreeNormal' })
|
||||||
h('NvimTreeWindowPicker', { fg = p.love, bg = p.love, blend = 10 })
|
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
|
-- folke/which-key.nvim
|
||||||
h('WhichKey', { fg = p.iris })
|
h('WhichKey', { fg = p.iris })
|
||||||
h('WhichKeyGroup', { fg = p.foam })
|
h('WhichKeyGroup', { fg = p.foam })
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue