Skip to content

Commit

Permalink
feat: colors for neo-tree (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcattori authored Jun 19, 2023
1 parent 34f68e8 commit 4c2c12f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lua/rose-pine/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 })
Expand Down

0 comments on commit 4c2c12f

Please sign in to comment.