fix(cmp): better ghost text

This commit is contained in:
Folke Lemaitre 2023-05-27 10:43:41 +02:00
parent efb1472538
commit 94db97565b
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040

View File

@ -549,7 +549,7 @@ function M.setup()
-- Cmp -- Cmp
CmpDocumentation = { fg = c.fg, bg = c.bg_float }, CmpDocumentation = { fg = c.fg, bg = c.bg_float },
CmpDocumentationBorder = { fg = c.border_highlight, bg = c.bg_float }, CmpDocumentationBorder = { fg = c.border_highlight, bg = c.bg_float },
CmpGhostText = { fg = c.comment }, CmpGhostText = { fg = c.terminal_black },
CmpItemAbbr = { fg = c.fg, bg = c.none }, CmpItemAbbr = { fg = c.fg, bg = c.none },
CmpItemAbbrDeprecated = { fg = c.fg_gutter, bg = c.none, strikethrough = true }, CmpItemAbbrDeprecated = { fg = c.fg_gutter, bg = c.none, strikethrough = true },