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: nvim-tree highlights

This commit is contained in:
Henrik Hautakoski 2025-05-13 23:02:18 +02:00
parent 8fac7b18a5
commit d076a6f49f

View file

@ -88,6 +88,10 @@ local custom_highlights = function(colors)
NeoTreeModified = { fg = colors.yellow },
NeoTreeWinSeparator = { link = "WinSeparator" },
-- NvimTree
NvimTreeNormal = { bg = colors.mantle },
NvimTreeWinSeparator = { bg = colors.mantle, fg = colors.surface0 },
-- BlinkCmp
BlinkCmpLabel = { link = 'CmpItemAbbr' },
BlinkCmpLabelMatch = { link = 'CmpItemAbbrMatch' },