mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim/lua/user/plugins/core/colorscheme.lua: add BlinkCmp highlights
This commit is contained in:
parent
0893c9e1cb
commit
a7da5ecada
1 changed files with 35 additions and 0 deletions
|
|
@ -89,6 +89,41 @@ local options = {
|
|||
NeoTreeModified = { fg = colors.yellow },
|
||||
NeoTreeWinSeparator = { link = "WinSeparator" },
|
||||
|
||||
-- BlinkCmp
|
||||
BlinkCmpLabel = { link = 'CmpItemAbbr' },
|
||||
BlinkCmpLabelMatch = { link = 'CmpItemAbbrMatch' },
|
||||
BlinkCmpLabelDeprecated = { link = 'CmpItemAbbrDeprecated'},
|
||||
BlinkCmpLabelDetail = { link = 'CmpItemMenu' },
|
||||
BlinkCmpLabelDescription = { link = 'CmpItemMenu' },
|
||||
|
||||
BlinkCmpSource = { link = 'CmpItemMenu' },
|
||||
BlinkCmpKind = { link = 'CmpItemKind' },
|
||||
BlinkCmpKindText = { link = "CmpItemKindText" },
|
||||
BlinkCmpKindMethod = { link = "CmpItemKindMethod" },
|
||||
BlinkCmpKindFunction = { link = "CmpItemKindFunction" },
|
||||
BlinkCmpKindConstructor = { link = "CmpItemKindConstructor" },
|
||||
BlinkCmpKindField = { link = "CmpItemKindField" },
|
||||
BlinkCmpKindVariable = { link = "CmpItemKindVariable" },
|
||||
BlinkCmpKindClass = { link = "CmpItemKindClass" },
|
||||
BlinkCmpKindInterface = { link = "CmpItemKindInterface" },
|
||||
BlinkCmpKindModule = { link = "CmpItemKindModule" },
|
||||
BlinkCmpKindProperty = { link = "CmpItemKindProperty" },
|
||||
BlinkCmpKindUnit = { link = "CmpItemKindUnit" },
|
||||
BlinkCmpKindValue = { link = "CmpItemKindValue" },
|
||||
BlinkCmpKindEnum = { link = "CmpItemKindEnum" },
|
||||
BlinkCmpKindKeyword = { link = "CmpItemKindKeyword" },
|
||||
BlinkCmpKindSnippet = { link = "CmpItemKindSnippet" },
|
||||
BlinkCmpKindColor = { link = "CmpItemKindColor" },
|
||||
BlinkCmpKindFile = { link = "CmpItemKindFile" },
|
||||
BlinkCmpKindReference = { link = "CmpItemKindReference" },
|
||||
BlinkCmpKindFolder = { link = "CmpItemKindFolder" },
|
||||
BlinkCmpKindEnumMember = { link = "CmpItemKindEnumMember" },
|
||||
BlinkCmpKindConstant = { link = "CmpItemKindConstant" },
|
||||
BlinkCmpKindStruct = { link = "CmpItemKindStruct" },
|
||||
BlinkCmpKindEvent = { link = "CmpItemKindEvent" },
|
||||
BlinkCmpKindOperator = { link = "CmpItemKindOperator" },
|
||||
BlinkCmpKindTypeParameter = { link = "CmpItemKindTypeParameter" },
|
||||
|
||||
-- Neotest
|
||||
NeoTestWinSelect = { fg = colors.mauve },
|
||||
NeoTestIndent = { fg = colors.surface1 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue