@@ -93,8 +93,10 @@ cmp.add_default_highlights = function()
93
93
end
94
94
95
95
set_hl (' BlinkCmpLabel' , { link = use_nvim_cmp and ' CmpItemAbbr' or ' Pmenu' })
96
- set_hl (' BlinkCmpLabelDeprecated' , { link = use_nvim_cmp and ' CmpItemAbbrDeprecated' or ' Comment ' })
96
+ set_hl (' BlinkCmpLabelDeprecated' , { link = use_nvim_cmp and ' CmpItemAbbrDeprecated' or ' NonText ' })
97
97
set_hl (' BlinkCmpLabelMatch' , { link = use_nvim_cmp and ' CmpItemAbbrMatch' or ' Pmenu' })
98
+ set_hl (' BlinkCmpLabelDetail' , { link = use_nvim_cmp and ' CmpItemMenu' or ' NonText' })
99
+ set_hl (' BlinkCmpLabelDescription' , { link = use_nvim_cmp and ' CmpItemMenu' or ' NonText' })
98
100
set_hl (' BlinkCmpKind' , { link = use_nvim_cmp and ' CmpItemKind' or ' Special' })
99
101
for _ , kind in ipairs (require (' blink.cmp.types' ).CompletionItemKind ) do
100
102
set_hl (' BlinkCmpKind' .. kind , { link = use_nvim_cmp and ' CmpItemKind' .. kind or ' BlinkCmpKind' })
@@ -103,7 +105,7 @@ cmp.add_default_highlights = function()
103
105
set_hl (' BlinkCmpScrollBarThumb' , { link = ' PmenuThumb' })
104
106
set_hl (' BlinkCmpScrollBarGutter' , { link = ' PmenuSbar' })
105
107
106
- set_hl (' BlinkCmpGhostText' , { link = use_nvim_cmp and ' CmpGhostText' or ' Comment ' })
108
+ set_hl (' BlinkCmpGhostText' , { link = use_nvim_cmp and ' CmpGhostText' or ' NonText ' })
107
109
108
110
set_hl (' BlinkCmpMenu' , { link = ' Pmenu' })
109
111
set_hl (' BlinkCmpMenuBorder' , { link = ' Pmenu' })
0 commit comments