mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: colors for neo-tree (#166)
This commit is contained in:
parent
9ecd30d749
commit
838b33cdc4
1 changed files with 7 additions and 0 deletions
|
|
@ -362,6 +362,13 @@ function M._load(options)
|
|||
|
||||
-- nvim-neo-tree/neo-tree.nvim
|
||||
h('NeoTreeTitleBar', { fg = p.surface, bg = p.pine })
|
||||
h('NeoTreeGitAdded', { fg = p.foam })
|
||||
h('NeoTreeGitModified', { fg = p.rose })
|
||||
h('NeoTreeGitDeleted', { fg = p.love })
|
||||
h('NeoTreeGitRenamed', { fg = p.pine })
|
||||
h('NeoTreeGitIgnored', { fg = p.muted })
|
||||
h('NeoTreeGitUntracked', { fg = p.gold })
|
||||
h('NeoTreeGitConflict', { fg = p.iris })
|
||||
|
||||
-- folke/which-key.nvim
|
||||
h('WhichKey', { fg = p.iris })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue