mirror of
https://github.com/pnx/dotfiles
synced 2026-07-02 14:33:40 +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 },
|
NeoTreeModified = { fg = colors.yellow },
|
||||||
NeoTreeWinSeparator = { link = "WinSeparator" },
|
NeoTreeWinSeparator = { link = "WinSeparator" },
|
||||||
|
|
||||||
|
-- NvimTree
|
||||||
|
NvimTreeNormal = { bg = colors.mantle },
|
||||||
|
NvimTreeWinSeparator = { bg = colors.mantle, fg = colors.surface0 },
|
||||||
|
|
||||||
-- BlinkCmp
|
-- BlinkCmp
|
||||||
BlinkCmpLabel = { link = 'CmpItemAbbr' },
|
BlinkCmpLabel = { link = 'CmpItemAbbr' },
|
||||||
BlinkCmpLabelMatch = { link = 'CmpItemAbbrMatch' },
|
BlinkCmpLabelMatch = { link = 'CmpItemAbbrMatch' },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue