1
0
Fork 0
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:
Henrik Hautakoski 2025-11-03 07:25:16 +01:00
parent 4293933ad3
commit 882b5c10d5

View file

@ -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' },