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
b3afc8e6a4
commit
6986ff21ab
1 changed files with 3 additions and 0 deletions
|
|
@ -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 })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue