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:
parent
8fac7b18a5
commit
d076a6f49f
1 changed files with 4 additions and 0 deletions
|
|
@ -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' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue