Skip to content

Commit

Permalink
Add popup title bar color for NeoTree (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
will authored Mar 8, 2023
1 parent b3afc8e commit 6986ff2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/rose-pine/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 })
Expand Down

0 comments on commit 6986ff2

Please sign in to comment.