mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim/lua/user/plugins/ui/colorscheme.lua: update NvimTree colors
This commit is contained in:
parent
4293933ad3
commit
882b5c10d5
1 changed files with 4 additions and 0 deletions
|
|
@ -91,6 +91,10 @@ local custom_highlights = function(colors)
|
||||||
-- NvimTree
|
-- NvimTree
|
||||||
NvimTreeNormal = { bg = colors.mantle },
|
NvimTreeNormal = { bg = colors.mantle },
|
||||||
NvimTreeWinSeparator = { bg = colors.mantle, fg = colors.surface0 },
|
NvimTreeWinSeparator = { bg = colors.mantle, fg = colors.surface0 },
|
||||||
|
NvimTreeOpenedFile = { fg = colors.lavender },
|
||||||
|
NvimTreeSpecialFile = { fg = colors.peach },
|
||||||
|
NvimTreeGitStaged = { fg = colors.green },
|
||||||
|
NvimTreeGitDirty = { fg = colors.yellow },
|
||||||
|
|
||||||
-- BlinkCmp
|
-- BlinkCmp
|
||||||
BlinkCmpLabel = { link = 'CmpItemAbbr' },
|
BlinkCmpLabel = { link = 'CmpItemAbbr' },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue